Skip to content

Commit

Permalink
feat: extend demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Apr 22, 2024
1 parent 0bd646d commit 6ef45c0
Show file tree
Hide file tree
Showing 6 changed files with 1,748 additions and 840 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
- 🙈 Privacy mode for when you're in a public place.
- ⚡️ Simple, fast and straight-forward UI.
- 🫂 User management and authentication.
- 🗣️ Internationalized, comes with german and english - more to come.
- ...and more to come!

## Summary
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/navigation/tools/ToolsButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:position="media === 'mobile' ? 'top' : 'right-end'"
tooltip-position="right"
>
<Button :class="classes" :icon="RiSettings4Line" textual color="dimmed"></Button>
<Button :class="classes" :icon="RiToolsLine" textual color="dimmed"></Button>

<template #options>
<LoadDemoDataButton v-if="status === 'idle'" />
Expand All @@ -19,7 +19,7 @@
</template>

<script lang="ts" setup>
import { RiSettings4Line } from '@remixicon/vue';
import { RiToolsLine } from '@remixicon/vue';
import { computed } from 'vue';
import { useI18n } from 'vue-i18n';
import Button from '@components/base/button/Button.vue';
Expand Down
Loading

0 comments on commit 6ef45c0

Please sign in to comment.