Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sassdavid committed Feb 25, 2024
1 parent e33b8dd commit e8162ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gatsby-browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import * as React from 'react';
import ReactDOM from 'react-dom/client';
import type { GatsbyBrowser } from 'gatsby';
import Layout from './src/components/layout';
import '@fontsource/roboto';
import '@fontsource/roboto/300.css';
import '@fontsource/roboto/400.css';
import '@fontsource-variable/orbitron';

export const replaceHydrateFunction = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/cards/Rsvp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ const Rsvp = (props) => {
<div className="field">
<label id="messageLabel" htmlFor="messageTextarea">Bármilyen kérés/kérdés felénk</label>
<textarea name="message" id="messageTextarea" rows="3" value={formData.message} onChange={handleChange} maxLength="1000"
placeholder="Például itt tudod megadni, hogy szükséged van-e vegetáriánus, vegán, vagy laktóz/gluténmentes ételre." />
placeholder="Például itt tudod megadni, hogy szükséged van-e vegetáriánus, vegán, vagy laktóz/gluténmentes ételre. Azt is itt jelezd, ha szívesen fogyasztanál édes süteményt a vacsora után (az esküvői tortán kívül)." />
</div>
<p style={{ marginTop: '1rem', fontSize: '0.7rem', fontFamily: 'inherit' }}>
A beküldés gombra kattintva elfogadod az <a href="/privacy" target="_blank" rel="noopener noreferrer">adatkezelési tájékoztatót</a>.
Expand Down
3 changes: 3 additions & 0 deletions src/cards/Venue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const Venue = (props) => {
<h2 className="major">A helyszín</h2>
<h3>Barabás villa</h3>
<h5>1122 Budapest, Városmajor u. 44.</h5>
<p style={{ fontWeight: '300', fontSize: '0.9rem' }}>
Szent János Kórház felől a Városmajor utcán egyenesen a 44. számig. Parkolási lehetőség a Városmajor utcában és a Maros utcában.
</p>

<span className="image main">
<StaticImage formats={['auto', 'webp']} src="../../static/assets/villa.jpg" alt="Venue" />
Expand Down

0 comments on commit e8162ec

Please sign in to comment.