Skip to content

Commit

Permalink
Refactor links
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Jan 22, 2025
1 parent fdf16f7 commit 09790a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/AppBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<p class="m-0 whitespace-pre-wrap">
{{ message }}
</p>
<!-- TODO Refactor -->
<a v-if="link" :href="link" :target="`_${linkTarget}`">
<Button
:link="linkStyle === 'link'"
Expand Down
1 change: 1 addition & 0 deletions resources/js/views/MeetingsIndex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
<Column :style="{ width: '100px' }" :header="$t('app.actions')">
<template #body="slotProps">
<div class="flex justify-between">
<!-- TODO Refactor -->
<router-link
:to="{
name: 'rooms.view',
Expand Down

0 comments on commit 09790a2

Please sign in to comment.