diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-07 15:57:13 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-07 15:57:13 +0100 |
| commit | 39345504437a01b94554b7d23dd8d1b56176fd20 (patch) | |
| tree | 423e72ad3411c253a7c9e6b8b1b726f4532101f5 /ui/src/components/node_card.rs | |
| parent | 321388639c862cc37be2d485b9f32486521d5ac4 (diff) | |
| download | jellything-39345504437a01b94554b7d23dd8d1b56176fd20.tar jellything-39345504437a01b94554b7d23dd8d1b56176fd20.tar.bz2 jellything-39345504437a01b94554b7d23dd8d1b56176fd20.tar.zst | |
wide card for seasons
Diffstat (limited to 'ui/src/components/node_card.rs')
| -rw-r--r-- | ui/src/components/node_card.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/node_card.rs b/ui/src/components/node_card.rs index e9853c7..36bd3e2 100644 --- a/ui/src/components/node_card.rs +++ b/ui/src/components/node_card.rs @@ -43,7 +43,7 @@ markup::define! { } } - NodeCardWide<'a>(ri: &'a RenderInfo<'a>, nku: Nku<'a>) { + NodeCardWide<'a>(ri: &'a RenderInfo<'a>, nku: &'a Nku<'a>) { @let node = &nku.node; @let slug = node.get(NO_SLUG).unwrap_or_default(); div[class="card wide"] { |