Skip to content

Commit

Permalink
Add redirect on asterisk in tom app
Browse files Browse the repository at this point in the history
Add redirect on asterisk in tom app
  • Loading branch information
uahmed-assecor committed Dec 12, 2024
1 parent 39af49a commit 70185ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tom/src/components/AdvertisementCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img class="max-w-full" :src="toAdvertisementImage(ad)" :alt="toAdvertisementName(ad)">
</div>
<div class="col-8">
<h2><a :href="ad" target="_blank" class="no-underline">{{ toAdvertisementName(ad) }} *</a></h2>
<h2>{{ toAdvertisementName(ad) }} <a :href="ad" target="_blank" class="no-underline">*</a></h2>
</div>
</div>
</template>
Expand Down

0 comments on commit 70185ca

Please sign in to comment.