Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrell committed Apr 4, 2024
1 parent 2b01954 commit 666a28e
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions lib/quadblockquiz_web/templates/layout/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,26 @@
<tr>
<td>
<a href="https://google.com/" class="phx-logo">
<img src={Routes.static_path(@conn, "/images/Peraton.jpeg")}
alt="Peraton Logo" />
<img src={Routes.static_path(@conn, "/images/Peraton.jpeg")} alt="Peraton Logo" />
</a>
</td>
<td>
<a href="https://cyware.com/" class="phx-logo">
<img
src={Routes.static_path(@conn, "/images/cyware_logo.png")}
alt="Cyware Logo"
class="max-h-32"
/>
</a>
<a href="https://cyware.com/" class="phx-logo">
<img
src={Routes.static_path(@conn, "/images/cyware_logo.png")}
alt="Cyware Logo"
class="max-h-32"
/>
</a>
</td>
<td>
<a href="https://oasis-open.org/" class="phx-logo">
<img
src={Routes.static_path(@conn, "/images/oasis_logo.png")}
alt="OASIS Logo"
class="max-h-32"
/>
</a>
<a href="https://oasis-open.org/" class="phx-logo">
<img
src={Routes.static_path(@conn, "/images/oasis_logo.png")}
alt="OASIS Logo"
class="max-h-32"
/>
</a>
</td>
<td>
<a href="https://sfractal.com/" class="phx-logo">
Expand Down

0 comments on commit 666a28e

Please sign in to comment.