view transitions with almost no css
Some checks failed
test / cargo test (push) Failing after 1m10s

This commit is contained in:
2024-10-09 11:18:47 +02:00
parent d9d17bb971
commit 086ec33d7b
8 changed files with 50 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<header class="min-h-full bg-blue-50 mb-5">
<header class="min-h-full bg-blue-50 mb-5" view-transition-name="site_header">
<nav class="flex">
{% match header_props.back_link %}
{% when Some with (link) %}