Skip to content

Commit

Permalink
Satūs
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Apr 9, 2024
1 parent 10a5833 commit 5513d3a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
2 changes: 1 addition & 1 deletion app/(pages)/(components)/navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function Navigation() {
return (
<nav className={s.nav}>
<div className={s.title}>
<h1>satus</h1>
<h1>Satūs</h1>
<span>{pathname}</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/(pages)/hubspot/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async function Hubspot() {
return (
<Wrapper theme="red" className={s.page}>
<div className={s.inner}>
<p className={s.title}>subscribe for more satus</p>
<p className={s.title}>subscribe for more Satūs</p>
<Form
className={s.subscribe}
formId={form?.id}
Expand Down
2 changes: 1 addition & 1 deletion app/(pages)/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'styles/global.scss'
import { fonts } from '../fonts'

export const metadata = {
title: 'Satus',
title: 'Satūs',
description: 'Next.js starter',
}

Expand Down
24 changes: 0 additions & 24 deletions public/manifest.webmanifest

This file was deleted.

0 comments on commit 5513d3a

Please sign in to comment.