add todo for image links

This commit is contained in:
neri 2020-01-28 22:51:14 +01:00
parent a5a802d1d3
commit 255e101f3e
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,8 @@ export default ({ path }) => {
<header className={navStyles.header}> <header className={navStyles.header}>
<Link to="/"> <Link to="/">
<div className={navStyles.headerContent}> <div className={navStyles.headerContent}>
<img width="80rem" src="/logo_ctdo.svg" /> {/* todo: fix image links in prod by using the gatsby component */}
<img alt="CTDO-Logo" width="80rem" src="/logo_ctdo.svg" />
<span> <span>
<span className={navStyles.chaos}>Chaostreff</span> Dortmund <span className={navStyles.chaos}>Chaostreff</span> Dortmund
</span> </span>

View File

@ -6,6 +6,7 @@ edit: "home.mdx"
import { Link } from "gatsby" import { Link } from "gatsby"
import RoomState from "../components/roomState.js" import RoomState from "../components/roomState.js"
> todo: fix image links in prod by using the gatsby component
<img width="100%" alt="Raum 2 mit gemütlichen Sofas" src="/header.jpg"></img> <img width="100%" alt="Raum 2 mit gemütlichen Sofas" src="/header.jpg"></img>
# Räume sind <RoomState/> # Räume sind <RoomState/>