forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-03 17:25:58 -06:00
parent 19f9418b51
commit 33b3f97127
1 changed files with 6 additions and 4 deletions

View File

@ -2,16 +2,18 @@
{% if v %}
<div class="flex items-center justify-center h-6 bg-gray-900 w-full">
<span class="text-rainbow text-xs text-gray-200">
πŸ’–πŸŒˆ rdrama.net stands with the LGBTQ+ community.&nbsp;
<span class="font-medium hidden md:inline-block">Help keep our community inclusive and welcoming.&nbsp;</span>
πŸ’–πŸŒˆ Welcome to rdrama.net: /r/SubredditDrama official site.&nbsp;
<span class="font-medium hidden md:inline-block">
We proudly stand with the LGBTQ+ community. Help keep our community inclusive and welcoming.&nbsp;
</span>
<strong><a href="https://secure.transequality.org/site/Donation2?df_id=1480">Learn more!</a></strong>
</span>
</div>
{% else %}
<div class="flex items-center justify-center h-6 bg-primary w-full">
<span class="text-rainbow text-xs text-gray-200">
βœ‹πŸ˜• You are viewing a cached version of rdrama.net&nbsp;
<span class="font-medium hidden md:inline-block">Join the community to see the latest content.&nbsp;</span>
βœ‹πŸ˜• Welcome to rdrama.net: /r/SubredditDrama official site.&nbsp;
<span class="font-medium hidden md:inline-block">You are viewing a cached version of rdrama.net.&nbsp;</span>
<strong><a href="/login">Login!</a></strong>
</span>
</div>