Skip to content

Commit

Permalink
fuck fuck fuck fuck fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Aug 14, 2023
1 parent 6bd3860 commit f9d5205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/featuresets/ImagesWithText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ defineProps<{
<a
v-if="element.link"
class="text-lg text-blue-600 font-inter"
:href="element.link.split('|')[1]"
:href="(typeof element.link == 'string' ? element.link : '|').split('|')[1]"
target="_blank"
data-placeholder="Link text"
rel="noreferrer">
{{ element.link.split("|")[0] }}
{{ (typeof element.link == 'string' ? element.link : '|').split("|")[0] }}
<Icon
name="tabler:external-link"
class="inline mb-1 w-5 h-5" />
Expand Down

0 comments on commit f9d5205

Please sign in to comment.