Skip to content

Commit

Permalink
docs: add unjs icon in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Feb 28, 2023
1 parent 18674c5 commit 6d36ceb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ export default defineAppConfig({
text: 'Made with 💛',
href: 'https://github.com/unjs/nitro'
},
icons: []
iconLinks: [
{
href: 'https://unjs.io',
icon: 'vscode-icons:file-type-js-official',
label: 'UnJS'
}
]
}
}
})
1 change: 1 addition & 0 deletions docs/tokens.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineTheme } from 'pinceau'

export default defineTheme({
color: {
// https://www.tints.dev/primary/F09043
primary: {
50: '#FDF4EC',
100: '#FCE9D9',
Expand Down

0 comments on commit 6d36ceb

Please sign in to comment.