Skip to content

Commit

Permalink
chore: reorder socials
Browse files Browse the repository at this point in the history
fix #12
  • Loading branch information
esoubiran-aneo committed Feb 23, 2023
1 parent f870330 commit 2864645
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ export default defineAppConfig({
title: 'ArmoniK',
description: 'ArmoniK Documentation',
socials: {
website: {
label: "Website",
href: "https://armonik.fr",
icon: "mdi:web",
},
linkedin: {
label: "LinkedIn",
href: "https://www.linkedin.com/company/aneo/",
icon: "mdi:linkedin",
},
instagram: "https://www.instagram.com/aneoconsulting/",
twitter: "https://twitter.com/ANEOConseil",
website: {
label: "Website",
href: "https://armonik.fr",
icon: "mdi:web",
},
github: "aneoconsulting/armonik-docs-theme",
},
aside: {
Expand Down

0 comments on commit 2864645

Please sign in to comment.