Skip to content

Commit

Permalink
change dark to false for social list
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatate committed Nov 20, 2024
1 parent 2c74191 commit 0b7b945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SocialList.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
const {socialList} = useAppConfig();
const dark = true;
const dark = false;
</script>

<template>
Expand Down

0 comments on commit 0b7b945

Please sign in to comment.