Skip to content

Commit

Permalink
Update icon and label
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Jul 29, 2024
1 parent 3ac9b81 commit ba43b8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/detail/person/[id].vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { useQuery } from "@tanstack/vue-query";
import { SquareArrowOutUpRight } from "lucide-vue-next";
import { SquareGanttChart } from "lucide-vue-next";
import DetailPage from "@/components/detail-page.vue";
import FamilyTree from "@/components/family-tree.vue";
Expand Down Expand Up @@ -126,9 +126,11 @@ function openVerticalTimeline() {
<button
v-if="flattenedRelations.length > 0"
class="group w-fit scale-90 items-center rounded-md font-medium text-neutral-600 transition-transform hover:scale-100 focus:outline-none focus-visible:ring-2 focus-visible:ring-white/75 dark:text-neutral-200"
:title="t('Timeline.timeline')"
@click="openVerticalTimeline"
>
<SquareArrowOutUpRight />
<span class="sr-only">{{ t("Timeline.timeline") }}</span>
<SquareGanttChart />
</button>
</div>
<VerticalTimeline
Expand Down

0 comments on commit ba43b8a

Please sign in to comment.