mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 17:03:00 +10:00
fix: moved icons and created PlatformClient so we can use the enum on the frontend
This commit is contained in:
@@ -63,8 +63,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import GithubLogo from './icons/GithubLogo.vue';
|
||||
import DiscordLogo from './icons/DiscordLogo.vue';
|
||||
import { IconsDiscordLogo, IconsGithubLogo } from '#components';
|
||||
|
||||
const navigation = {
|
||||
games: [
|
||||
@@ -92,12 +91,12 @@ const navigation = {
|
||||
{
|
||||
name: 'GitHub',
|
||||
href: 'https://github.com/Drop-OSS',
|
||||
icon: GithubLogo,
|
||||
icon: IconsGithubLogo,
|
||||
},
|
||||
{
|
||||
name: "Discord",
|
||||
href: "https://discord.gg/NHx46XKJWA",
|
||||
icon: DiscordLogo
|
||||
icon: IconsDiscordLogo
|
||||
}
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user