File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/algora_web/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ defmodule AlgoraWeb.Components.Header do
5757 class = "group w-fit outline-none flex items-center "
5858 target = "_blank "
5959 rel = "noopener "
60- href = { AlgoraWeb.Constants . get ( :github_url ) }
60+ href = { AlgoraWeb.Constants . get ( :github_repo_url ) }
6161 >
6262 < div class = "rounded-[3px] hidden shrink-0 select-none items-center justify-center whitespace-nowrap bg-transparent text-center text-sm font-semibold transition duration-150 hover:bg-gray-850 disabled:opacity-50 group-focus:outline-none group-disabled:pointer-events-none group-disabled:opacity-75 lg:flex " >
6363 < div class = "flex w-full items-center justify-center gap-x-1 " >
Original file line number Diff line number Diff line change 219219 class = "group w-fit outline-none "
220220 target = "_blank "
221221 rel = "noopener "
222- href = { AlgoraWeb.Constants . get ( :github_url ) }
222+ href = { AlgoraWeb.Constants . get ( :github_repo_url ) }
223223 >
224224 < div class = "rounded-[3px] hidden h-8 shrink-0 select-none items-center justify-center whitespace-nowrap bg-transparent p-2 text-center text-sm font-semibold transition duration-150 hover:bg-gray-850 disabled:opacity-50 group-focus:outline-none group-disabled:pointer-events-none group-disabled:opacity-75 lg:flex " >
225225 < div class = "flex w-full items-center justify-center gap-x-1 " >
You can’t perform that action at this time.
0 commit comments