style: correct image file name casing
This commit is contained in:
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -2,8 +2,8 @@
|
|||||||
import { Image } from "astro:assets";
|
import { Image } from "astro:assets";
|
||||||
import ExternalLink from "../components/external-link.astro";
|
import ExternalLink from "../components/external-link.astro";
|
||||||
import InlineSvg from "../components/inline-svg.astro";
|
import InlineSvg from "../components/inline-svg.astro";
|
||||||
import KeyoxideLogo from "../images/keyoxide.svg";
|
import KeyoxideLogo from "../images/Keyoxide.svg";
|
||||||
import MatrixLogo from "../images/matrix-logo.svg";
|
import MatrixLogo from "../images/Matrix-logo.svg";
|
||||||
import portrait from "../images/portrait.jpg";
|
import portrait from "../images/portrait.jpg";
|
||||||
import "../styles/global.css";
|
import "../styles/global.css";
|
||||||
---
|
---
|
||||||
@@ -41,7 +41,7 @@ import "../styles/global.css";
|
|||||||
<ExternalLink
|
<ExternalLink
|
||||||
cssClass="link-matrix"
|
cssClass="link-matrix"
|
||||||
href="https://matrix.to/#/@kmoschcau:matrix.org"
|
href="https://matrix.to/#/@kmoschcau:matrix.org"
|
||||||
title="Mein Matrix Konto"
|
title="Mein Matrix-Konto"
|
||||||
>
|
>
|
||||||
<InlineSvg SvgComponent={MatrixLogo} slot="logo" />
|
<InlineSvg SvgComponent={MatrixLogo} slot="logo" />
|
||||||
<span>@kmoschcau:matrix.org</span>
|
<span>@kmoschcau:matrix.org</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user