Skip to content

Commit c844d46

Browse files
committed
fix broken image link
1 parent 792c99a commit c844d46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/quadblockquiz_web/templates/layout/root.html.heex

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</td>
6464
<td>
6565
<a href="https://opencybersecurityalliance.org/" class="phx-logo">
66-
<img src={Routes.static_path(@conn, "oca.jpeg")} alt="OCA Logo" class="max-h-32" />
66+
<img src={Routes.static_path(@conn, "/images/oca.jpeg")} alt="OCA Logo" class="max-h-32" />
6767
</a>
6868
</td>
6969
<td>

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Quadblockquiz.MixProject do
55
[
66
app: :quadblockquiz,
77
description: "Descri'be",
8-
version: "1.0.6",
8+
version: "1.0.7",
99
elixir: "~> 1.15.4",
1010
elixirc_paths: elixirc_paths(Mix.env()),
1111
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)