add todo for image links
This commit is contained in:
parent
a5a802d1d3
commit
255e101f3e
|
@ -23,7 +23,8 @@ export default ({ path }) => {
|
|||
<header className={navStyles.header}>
|
||||
<Link to="/">
|
||||
<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 className={navStyles.chaos}>Chaostreff</span> Dortmund
|
||||
</span>
|
||||
|
|
|
@ -6,6 +6,7 @@ edit: "home.mdx"
|
|||
import { Link } from "gatsby"
|
||||
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>
|
||||
|
||||
# Räume sind <RoomState/>
|
||||
|
|
Loading…
Reference in New Issue