Skip to content

Commit

Permalink
delete arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
zhekazuev committed Dec 20, 2021
1 parent 929679e commit e1982ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/news/templates/news/news_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ <h1 class="title-font text-lg font-medium text-gray-900 mb-3">{{ article.title }
{{ article.full_text }}
</p>
<div class="flex items-center flex-wrap ">
<a href="{% url '' %}" class="text-indigo-500 inline-flex items-center md:mb-2 lg:mb-0">Learn More
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
<a href="{% url 'news-details' article.id %}" class="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded-3xl text-lg">Learn More
</a>
</div>
</div>
Expand Down

0 comments on commit e1982ff

Please sign in to comment.