We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6077897 commit b16b5caCopy full SHA for b16b5ca
.gitignore
@@ -11,6 +11,9 @@
11
# production
12
/dist
13
14
+# vite pwa dev
15
+/dev-dist
16
+
17
# misc
18
.DS_Store
19
.env.local
src/layouts/RootLayout/Header.tsx
@@ -93,7 +93,6 @@ export default function Header() {
93
<div className="flex items-center space-x-2">
94
<Link to="/settings" className="link-inline">
95
<i className="fa fa-gear" />
96
- Settings
97
</Link>
98
<span>|</span>
99
<button onClick={signIn} className="mx-2 link-inline">
0 commit comments