Skip to content

Commit

Permalink
fix: contrast on venue change label
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdoc committed Nov 11, 2023
1 parent 730c797 commit aa09453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/calendar/event.njk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ eleventyComputed:
{% if event.data.url %}
<div class="my-8 py-4">
Find out more at:<br />
<a itemprop="url" href="{{ event.data.url }}">{{ event.data.url | replace('https://','') }}</a>
<a itemprop="url" href="{{ event.data.url }}">{{ event.data.url | replace('https://','') | replace('www.','') }}</a>

</div>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ eleventyComputed:
{% if meta.overrides and meta.overrides.location %}
<p class="max-w-lg">
<span class="rounded bg-orange px-2 py-1 mb-2 text-xs text-white inline-block uppercase font-bold">
<span class="rounded bg-[#dd7f67] px-2 py-1 mb-2 text-xs text-black inline-block uppercase font-bold">
venue change
</span>
<br />
Expand Down

0 comments on commit aa09453

Please sign in to comment.