diff --git a/.changeset/blue-birds-greet.md b/.changeset/blue-birds-greet.md new file mode 100644 index 00000000..c7af006c --- /dev/null +++ b/.changeset/blue-birds-greet.md @@ -0,0 +1,5 @@ +--- +"homepage": minor +--- + +Remove ViewTransitions polyfill and move to native transitions diff --git a/src/components/About/MeCard/Avatar.astro b/src/components/About/MeCard/Avatar.astro index 2ec0eda5..804eb942 100644 --- a/src/components/About/MeCard/Avatar.astro +++ b/src/components/About/MeCard/Avatar.astro @@ -11,7 +11,6 @@ const { image, class: className } = Astro.props; Lukas +
diff --git a/src/components/ProjectPage/Aside.astro b/src/components/ProjectPage/Aside.astro index 01ccb4c9..42c7c76c 100644 --- a/src/components/ProjectPage/Aside.astro +++ b/src/components/ProjectPage/Aside.astro @@ -11,7 +11,6 @@ type Props = {