Skip to content
Snippets Groups Projects
Commit 60b7fc4e authored by OndraPetrzilka's avatar OndraPetrzilka Committed by jan.bednarik
Browse files

twitter link fixed on main person page and homepage

parent cd608a5d
No related branches found
No related tags found
2 merge requests!632Release,!631twitter link fixed on main person page and homepage
......@@ -20,7 +20,7 @@
<p class="text-small sm:text-base leading-6 mb-2">
{{ tweet.text }}
</p>
<a href="twitter.com/{{ tweet.author_username }}" class="hover:no-underline">
<a href="https://twitter.com/{{ tweet.author_username }}" class="hover:no-underline">
<i class="ico--twitter text-turquoise-400 text-3xl sm:text-xl"></i>
</a>
</div>
......
......@@ -76,7 +76,7 @@
</div>
</div>
<p class="text-small sm:text-base leading-6 mb-2">{{ tweet.text }}</p>
<a href="twitter.com/{{ tweet.author_username }}" class="hover:no-underline" target="_blank">
<a href="https://twitter.com/{{ tweet.author_username }}" class="hover:no-underline" target="_blank">
<i class="ico--twitter text-turquoise-400 text-xl"></i>
</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment