This commit is contained in:
zmeyer44 2023-10-14 22:25:22 -04:00
parent abf182301e
commit dc78737b2d

View File

@ -105,9 +105,6 @@ export default function ArticlePage() {
<Viewer content={markdown} />
</article>
</div>
<div className="center fixed inset-0 bg-red-400">
<Logo className="fill-gradie h-[200px] w-[200px] bg-gradient-to-r from-purple-400 to-pink-600 bg-clip-text text-transparent" />
</div>
</div>
);
}