Skip to content

Commit

Permalink
🐛 FIX: fix 2023 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoS committed Jun 5, 2024
1 parent a417c76 commit 19409ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/pages/about.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as React from "react";
import * as React from "react"
// import { Link } from "gatsby";
import { StaticImage } from "gatsby-plugin-image";
import { StaticImage } from "gatsby-plugin-image"

import Layout from "../components/layout";
import { Seo } from "../components/seo";
import Layout from "../components/layout"
import { Seo } from "../components/seo"

const AboutPage = () => (
<Layout>
Expand Down Expand Up @@ -136,7 +136,7 @@ const AboutPage = () => (
<div className="row my2">
<div className="col-md-12 col-lg-4">
<p>
The FOSS4G NA 2023 is going to be held at{" "}
The FOSS4G NA 2024 is going to be held at{" "}
<a href="https://www.hyatt.com/hyatt-regency/en-US/stlrs-hyatt-regency-st-louis-at-the-arch">
<strong>Hyatt Regency St. Louis at the Arch</strong>
</a>
Expand All @@ -163,8 +163,8 @@ const AboutPage = () => (
</div>
</div>
</Layout>
);
)

export default AboutPage;
export default AboutPage

export const Head = () => <Seo title="About FOSS4GNA St. Louis 2024" />;
export const Head = () => <Seo title="About FOSS4GNA St. Louis 2024" />

0 comments on commit 19409ed

Please sign in to comment.