Skip to content

Commit b035ece

Browse files
authored
Add the Neue Montreal back to html (#1812)
1 parent 7ab3ff2 commit b035ece

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.changeset/bright-rules-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": patch
3+
---
4+
5+
Add the Neue Montreal back to `html`

packages/components/src/components/hive-navigation/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function HiveNavigation({
8484
logo ||= <HiveLogoLink isHive={isHive} />;
8585
navLinks ||= [
8686
{
87-
href: isHive ? '#pricing' : 'https://the-guild.dev/graphql/hive#pricing',
87+
href: isHive ? '/pricing' : 'https://the-guild.dev/graphql/hive/pricing',
8888
children: 'Pricing',
8989
},
9090
];

packages/components/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
--nextra-navbar-height: 72px;
1313
}
1414

15+
html {
16+
/* font from tailwindcss/base is overwritten by Nextra styles */
17+
font-family: var(--font-sans), ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
18+
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
19+
}
20+
1521
.nextra-nav-container [role='menu']:has(a[href='https://the-guild.dev/graphql/hive'])
1622
{
1723
@apply grid max-h-[unset] w-[470px] grid-cols-3 gap-y-2 p-2;

0 commit comments

Comments
 (0)