Skip to content

Commit c83f8a7

Browse files
committed
update project links
1 parent 9dd7bc6 commit c83f8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/orgs_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defmodule AlgoraWeb.OrgsLive do
4545
<ul class="flex flex-col gap-8 md:grid md:grid-cols-2 xl:grid-cols-3">
4646
<%= for org <- @orgs do %>
4747
<li>
48-
<.link navigate={~p"/#{org.handle}"}>
48+
<.link navigate={~p"/#{org.handle}/home"}>
4949
<div class="group/card from-white/[2%] via-white/[2%] to-white/[2%] bg-purple-200/[5%] relative h-full rounded-xl border border-white/10 bg-gradient-to-br hover:bg-purple-200/[7.5%] hover:border-white/15 md:gap-8">
5050
<div class="pointer-events-none">
5151
<div class="[mask-image:linear-gradient(black,transparent)] absolute inset-0 z-0 opacity-0 group-hover/card:opacity-100">

0 commit comments

Comments
 (0)