mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
fixed typo
This commit is contained in:
parent
e44c3e5cd7
commit
16b7f78088
1 changed files with 2 additions and 2 deletions
|
@ -49,13 +49,13 @@ export default defineConfig({
|
||||||
{
|
{
|
||||||
label: '🏗️ Projects',
|
label: '🏗️ Projects',
|
||||||
items: [
|
items: [
|
||||||
// Each item here is one entry in the navigation menu.
|
// Each item here is one entry in the navigation menu.
|
||||||
{ label: 'Privacy Explorer 👁️', link: '/projects/privacy-explorer' },
|
{ label: 'Privacy Explorer 👁️', link: '/projects/privacy-explorer' },
|
||||||
{ label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' },
|
{ label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' },
|
||||||
{ label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' },
|
{ label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' },
|
||||||
{ label: 'Privacy Academy 👩🏫', link: '/projects/privacy-academy' },
|
{ label: 'Privacy Academy 👩🏫', link: '/projects/privacy-academy' },
|
||||||
{ label: 'Hackathon Use Cases Generator', link: '/projects/hackathon-use-cases-generator' },
|
{ label: 'Hackathon Use Cases Generator', link: '/projects/hackathon-use-cases-generator' },
|
||||||
{ label: 'Women in Privacy', link: '/projects/wome-in-privacy' },
|
{ label: 'Women in Privacy', link: '/projects/women-in-privacy' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue