We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f010bf0 commit f296f00Copy full SHA for f296f00
src/component/Sidebar.tsx
@@ -22,7 +22,7 @@ export const Sidebar = () => {
22
</header>
23
<nav>
24
<span></span>
25
- <a href="#" class="close">
+ <a href="/#" class="close">
26
<Close size={20} />
27
</a>
28
</nav>
@@ -44,15 +44,15 @@ const SidebarContent = (props: ParentProps<{ class?: string }>) => (
44
45
const SidebarNav = () => (
46
<nav class="sidebar">
47
- <a href="#" class="button white">
+ <a href="/#" class="button white">
48
<img
49
src="../assets/logo.svg"
50
class="logo"
51
alt="hello.nrfcloud.com logo"
52
/>
53
54
<hr />
55
- <a class="button warning" href="#warning">
+ <a class="button warning" href="/#warning">
56
<Warning strokeWidth={2} size={32} />
57
58
0 commit comments