Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bedrock/anonym/templates/anonym/anonym_news.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1 class="mzan-heading">News</h1>
<img class="mzan-card-logo" src="{{ featured_item.logo.file.url }}" alt="{{ featured_item.logo.title }}" loading="lazy" />
</span>
{% endif %}
<a href="{{ item_url }}" class="mzan-news-external-linksss" aria-label="External link">
<a href="{{ item_url }}" class="mzan-news-external-link" aria-label="External link">
{% if featured_item.link %}
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
<path d="M7 17L17 7M17 7H7M17 7V17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
Expand Down
Loading