Commit fdce6d82 authored by Elias's avatar Elias
Browse files

Fix link

parent 44ba09d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@
        />
        <link
            rel="icon"
            href="{{ url_for('static', filename='static/img/portal.svg') }}"
            href="{{ url_for('static', filename='img/portal.svg') }}"
        />
        <link
            rel="apple-touch-icon"
            href="{{ url_for('static', filename='static/img/portal.png') }}"
            href="{{ url_for('static', filename='img/portal.png') }}"
        />
    </head>