Skip to content

Commit

Permalink
website: try experimental menu design
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Nov 2, 2024
1 parent 32bd89a commit 0248ded
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"preview": "vite build && vite preview"
},
"dependencies": {
"@brillout/docpress": "^0.8.13",
"@brillout/docpress": "0.8.13-commit-8740149",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
Expand Down
9 changes: 7 additions & 2 deletions docs/pages/+TopNavigation.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export { TopNavigation }

import React from 'react'
import iconSeedling from '../images/icons/seedling.svg'

function TopNavigation() {
return (
Expand All @@ -18,7 +17,13 @@ function TopNavigation() {
padding: '0 var(--padding-side)'
}}
>
<img className="decolorize-7" src={iconSeedling} style={{ height: 23, marginRight: 10 }} /> Get Started
<span
className="decolorize-7"
style={{ height: 23, marginRight: 8, fontFamily: 'emoji', position: 'relative', top: -2 }}
>
🌱
</span>{' '}
Get Started
</a>
)
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0248ded

Please sign in to comment.