Skip to content

Commit

Permalink
fix: remove px from textLink
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Oct 3, 2024
1 parent deb862d commit 84dad51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/sectionsuccesscases/SectionSuccessCases.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<template #main v-if="button">
<div class="w-full flex lg:justify-end lg:items-end">
<LinkButton
class="min-w-fit"
class="min-w-fit !px-0 !pl-0 !pr-0"
v-bind="button"
textLink
icon="pi pi-arrow-right"
Expand Down

0 comments on commit 84dad51

Please sign in to comment.