diff --git a/CHANGELOG.md b/CHANGELOG.md index b3830af9..08ba90ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [7.11.3] - 2024-10-17 +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* Remove references to Twitter/X + + ## [7.11.2] - 2024-10-16 ### Added * *Nothing* diff --git a/src/components/SocialList.tsx b/src/components/SocialList.tsx index 065f9b62..92078f13 100644 --- a/src/components/SocialList.tsx +++ b/src/components/SocialList.tsx @@ -1,4 +1,4 @@ -import { faBluesky, faGithub, faMastodon, faPaypal, faXTwitter } from '@fortawesome/free-brands-svg-icons'; +import { faBluesky, faGithub, faMastodon, faPaypal } from '@fortawesome/free-brands-svg-icons'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import classNames from 'classnames'; import type { FC } from 'react'; @@ -21,11 +21,6 @@ export const SocialList: FC = ({ type, className }) => ( -
  • - - - -
  • diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 78aae1f4..75dbef63 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -2,7 +2,7 @@ import { SEO } from 'astro-seo'; import { Footer } from '../components/Footer'; import { Header } from '../components/Header'; -import { openGraph, twitter } from '../utils/seoUtils'; +import { openGraph } from '../utils/seoUtils'; import '../assets/sass/main.scss'; export interface Props { @@ -25,7 +25,7 @@ const currentPage = Astro.url.pathname; - + ({ title, description,