these got reverted somehow
This commit is contained in:
@@ -87,7 +87,7 @@ const { name, href, gallery } = Astro.props;
|
|||||||
<a class="project-external" target={href ? "_blank" : ""} href={href}>
|
<a class="project-external" target={href ? "_blank" : ""} href={href}>
|
||||||
<h2>{name}</h2><slot />
|
<h2>{name}</h2><slot />
|
||||||
<a>
|
<a>
|
||||||
<div class="gallery">
|
<div class={gallery ? "gallery" : ""}>
|
||||||
{
|
{
|
||||||
Array.isArray(gallery) ? (
|
Array.isArray(gallery) ? (
|
||||||
gallery.map((src) => (
|
gallery.map((src) => (
|
||||||
|
@@ -9,7 +9,7 @@ import Layout from "../layouts/Layout.astro";
|
|||||||
<main>
|
<main>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
<p style="font-size: 20px;">Coming soon! 🚧</p>
|
<p style="font-size: 20px; min-width: 70vw;">Coming soon! 🚧</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
Reference in New Issue
Block a user