Skip to content

Commit

Permalink
fix: fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed May 9, 2021
1 parent 0e1cef7 commit 1c03360
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/pages/posts/content/Post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
</NuxtLink>
</template>
</template>

<a :href="mediaResolutionChooser.url" class="link" download>
<SearchIcon class="w-5 h-5 icon" />
</a>
</div>

<!-- Tags -->
Expand Down Expand Up @@ -154,7 +158,7 @@

<template v-else>
<!-- If the text is not a url then just show the text -->
<p title="Source">{{ sourceText }}</p>
<p class="text-gray-200" title="Source">{{ sourceText }}</p>
</template>
</div>
</template>
Expand Down

0 comments on commit 1c03360

Please sign in to comment.