We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de0036 commit 75bfa23Copy full SHA for 75bfa23
lib/error_tracker/web/components/layouts/navbar.ex
@@ -38,7 +38,7 @@ defmodule ErrorTracker.Web.Layouts.Navbar do
38
</button>
39
<div class="hidden w-full md:block md:w-auto" id="navbar-main">
40
<ul class="font-medium flex flex-col p-4 md:p-0 mt-4 border border-gray-400 bg-gray-900 rounded-lg md:flex-row md:space-x-8 rtl:space-x-reverse md:mt-0 md:border-0 md:bg-gray-800">
41
- <.navbar_item to="https://github.com" target="_blank">
+ <.navbar_item to="https://github.com/elixir-error-tracker/error-tracker" target="_blank">
42
<svg
43
width="18"
44
height="18"
0 commit comments