From 10580a0bec8544068b17e3da866f4b066667342d Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 6 Feb 2023 20:21:09 +0100 Subject: [PATCH] change rocket to strudel --- website/src/layouts/MainLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/layouts/MainLayout.astro b/website/src/layouts/MainLayout.astro index d14b1915..3d93f436 100644 --- a/website/src/layouts/MainLayout.astro +++ b/website/src/layouts/MainLayout.astro @@ -27,7 +27,7 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`; - {frontmatter.title ? `${frontmatter.title} 🚀 ${CONFIG.SITE.title}` : CONFIG.SITE.title} + {frontmatter.title ? `${frontmatter.title} 🌀 ${CONFIG.SITE.title}` : CONFIG.SITE.title}