File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ const { ...attrs } = Astro.props;
12
12
---
13
13
14
14
<div
15
- class =" navbar-container sticky top-0 z-10 mb-8 w-full border-b border-base/50 bg-primary-50 px-4 py-2 dark:border-base/40 dark:bg-primary-950 sm:px-6 md:px-10 xl:px-14" {... attrs }>
15
+ class =" navbar-container sticky top-0 z-10 mb-8 w-full border-b border-base/50 bg-primary-50 px-4 py-2 dark:border-base/40 dark:bg-primary-950 sm:px-6 md:px-10 xl:px-14"
16
+ {... attrs }>
16
17
<div
17
18
class =" button-container flex items-center justify-between text-dark dark:text-light" >
18
19
<a href =" /" aria-label =" home button" >
@@ -56,6 +57,7 @@ const { ...attrs } = Astro.props;
56
57
{ name: ' Blog' , url: ' /blog' },
57
58
{ name: ' Minimal Typography' , url: ' /designProject' },
58
59
{ name: ' Old Flask Site' , url: ' /flaskSite' },
60
+ { name: ' GPT Chat' , url: ' /gpt' },
59
61
]}
60
62
showCaret ={ false }
61
63
icon ={ true }
You can’t perform that action at this time.
0 commit comments