Skip to content

Commit

Permalink
fix: arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
BramMeir committed May 1, 2024
1 parent de93c1d commit 4df45e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const { t } = useI18n();
{{ t('protectedCourses.screen2.content') }}
</div>
</div>
<div class="flex py-4 gap-2">
<div class="flex py-4 gap-2 justify-content-between">
<Button icon="pi pi-arrow-left" @click="prevCallback" text class="p-button-rounded" />
<Button
icon="pi pi-arrow-right"
Expand Down

0 comments on commit 4df45e0

Please sign in to comment.