Skip to content

Commit

Permalink
Updated templates to new img path
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 27, 2024
1 parent cc2227b commit ff12fe9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<header class="branding top-bar__logo">
<a class="branding__logo" href="{% url 'cree-dictionary-index' %}">
<img class="branding__image"
src="{% static 'morphodict/css/img/morphodict-default-logo-192.png' %}"
src="{% static 'morphodict/img/morphodict-default-logo-192.png' %}"
alt="mîkiwâhp (teepee) logo">

<hgroup class="branding__text">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<div tabindex="0" class="preverb-breakdown__tooltip-icon" data-has-tooltip data-cy="information-mark">
<img
src="{% static 'morphodict/css/img/fa/info-circle-solid.svg' %}"
src="{% static 'morphodict/img/fa/info-circle-solid.svg' %}"
alt="preverb breakdown">
</div>
<div class="tooltip" role="tooltip">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div tabindex="0" class="definition__icon definition-title__tooltip-icon" data-has-tooltip
data-cy="information-mark">
<img
src="{% static 'morphodict/css/img/fa/info-circle-solid.svg' %}"
src="{% static 'morphodict/img/fa/info-circle-solid.svg' %}"
alt="linguistic breakdown">
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</label>

<button class="search-bar__button" type="submit">
<img src="{% static 'morphodict/css/img/fa/search.svg' %}" alt="Search">
<img src="{% static 'morphodict/img/fa/search.svg' %}" alt="Search">
</button>
</form>
{% comment %}
Expand Down
8 changes: 4 additions & 4 deletions src/morphodict/lexicon/templates/morphodict/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
<link
rel="icon"
type="image/png"
href="{% static 'morphodict/css/img/morphodict-default-logo-32.png' %}"
href="{% static 'morphodict/img/morphodict-default-logo-32.png' %}"
/>
<link
rel="alternate icon"
type="image/svg+xml"
href="{% static 'morphodict/css/img/morphodict-default-logo.svg' %}"
href="{% static 'morphodict/img/morphodict-default-logo.svg' %}"
/>
<link
rel="mask-icon"
href="{% static 'morphodict/css/img/morphodict-default-logo-safari-pinned-tab.svg' %}"
href="{% static 'morphodict/img/morphodict-default-logo-safari-pinned-tab.svg' %}"
color="#FAEBD7"
/>
<link
rel="apple-touch-icon"
href="{% static 'morphodict/css/img/morphodict-default-logo-192.png' %}"
href="{% static 'morphodict/img/morphodict-default-logo-192.png' %}"
/>
{% endblock %}
<link rel="preconnect" href="https://fonts.gstatic.com">
Expand Down

0 comments on commit ff12fe9

Please sign in to comment.