mirror of
https://github.com/Death916/deathsite.git
synced 2026-04-10 03:04:41 -07:00
add lemmy link
This commit is contained in:
parent
ca67926d85
commit
71adf553d6
1 changed files with 9 additions and 0 deletions
|
|
@ -78,6 +78,15 @@ def home():
|
||||||
is_external=True,
|
is_external=True,
|
||||||
padding="0.5em",
|
padding="0.5em",
|
||||||
),
|
),
|
||||||
|
rx.link(
|
||||||
|
"Lemmy (Reddit Alternative)",
|
||||||
|
href="https://lemmy.death916.xyz",
|
||||||
|
color="#736E77",
|
||||||
|
size="4",
|
||||||
|
effect="underline",
|
||||||
|
is_external=True,
|
||||||
|
padding="0.5em",
|
||||||
|
),
|
||||||
rx.spacer(
|
rx.spacer(
|
||||||
min_height="15em"
|
min_height="15em"
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue