update urls to github org

This commit is contained in:
hackerESQ
2024-08-24 22:56:23 -05:00
parent 4c767d0001
commit 02f92cb38e
4 changed files with 8 additions and 8 deletions
@@ -38,7 +38,7 @@
title="{{ __('Documentation') }}"
icon="o-book-open"
class="btn-circle btn-ghost btn-sm"
link="https://github.com/hackeresq/investbrain"
link="https://github.com/investbrainapp/investbrain"
external
>
</x-button>
@@ -46,7 +46,7 @@
<x-button
title="{{ __('We\'re open source!') }}"
class="btn-circle btn-ghost btn-sm"
link="https://github.com/hackeresq/investbrain"
link="https://github.com/investbrainapp/investbrain"
external
>
<x-github-icon />
+1 -1
View File
@@ -43,7 +43,7 @@
</form>
</div>
<div class="flex flex-col items-center gap-2 pt-7">
<a target="_blank" href="https://github.com/hackeresq/investbrain" title="We're open source!" class="">
<a target="_blank" href="https://github.com/investbrainapp/investbrain" title="We're open source!" class="">
<x-github-icon />
</a>
</div>