Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
07971759
Commit
07971759
authored
Jul 25, 2023
by
Eva Ho
Browse files
fix typo
parent
af9039a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
web/app/header.tsx
web/app/header.tsx
+2
-2
No files found.
web/app/header.tsx
View file @
07971759
...
@@ -2,7 +2,7 @@ import Link from "next/link"
...
@@ -2,7 +2,7 @@ import Link from "next/link"
const
navigation
=
[
const
navigation
=
[
{
name
:
'
Discord
'
,
href
:
'
https://discord.gg/MrfB5FbNWN
'
},
{
name
:
'
Discord
'
,
href
:
'
https://discord.gg/MrfB5FbNWN
'
},
{
name
:
'
Git
h
ub
'
,
href
:
'
https://github.com/jmorganca/ollama
'
},
{
name
:
'
Git
H
ub
'
,
href
:
'
https://github.com/jmorganca/ollama
'
},
{
name
:
'
Download
'
,
href
:
'
/download
'
},
{
name
:
'
Download
'
,
href
:
'
/download
'
},
]
]
...
@@ -21,6 +21,6 @@ export default function Header() {
...
@@ -21,6 +21,6 @@ export default function Header() {
))
}
))
}
</
div
>
</
div
>
</
nav
>
</
nav
>
</
header
>
</
header
>
)
)
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment