Skip to content

Commit d5cee0e

Browse files
committed
fix: github repo urls
1 parent f057263 commit d5cee0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/algora_web/components/header.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

lib/algora_web/components/layouts/user.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
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">

0 commit comments

Comments
 (0)