Some corrections with types and undeleted file
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 18m1s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 18m1s
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
import { Image } from "astro:assets";
|
||||
import { Content } from "../assets/bios/about.mdx";
|
||||
import aboutImage from "../assets/img/about.jpg";
|
||||
import Link from "../components/Link.astro";
|
||||
import Paragraph from "../components/Paragraph.astro";
|
||||
import SectionTitle from "../components/SectionTitle.astro";
|
||||
import TextLink from "../components/TextLink.astro";
|
||||
import MainLayout from "../layouts/MainLayout.astro";
|
||||
---
|
||||
|
||||
@@ -13,7 +13,7 @@ import MainLayout from "../layouts/MainLayout.astro";
|
||||
<section id="about" class="bg-white dark:bg-gray-950">
|
||||
<div class="mx-auto max-w-4xl px-8 py-16 text-justify sm:text-center">
|
||||
<SectionTitle>About</SectionTitle>
|
||||
<Content components={{ p: Paragraph, a: Link }} />
|
||||
<Content components={{ p: Paragraph, a: TextLink }} />
|
||||
<Image
|
||||
src={aboutImage}
|
||||
alt="A photo of Nathan conducting the Woodville Concert Band"
|
||||
|
Reference in New Issue
Block a user