Skip to content

Commit

Permalink
Update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkucerak committed Feb 14, 2024
1 parent 8e7457c commit e302534
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions components/meta.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import Head from "next/head";

const appName = `Adventní cesta`;
const appDescription = `Tvůj průvodce na cestě Adventem`;
const appName = `Cesta půstem`;
const appDescription = `Tvůj průvodce na cestě Půstem`;
const mainColor = `#50A2A7`;
const appUrl = `https://adventnicesta.cz/`;
const coverImage = `https://adventnicesta.cz/icon.png`;
const appUrl = `https://cestapustem.cz/`;
const coverImage = `https://cestapustem.cz/icon.png`;
const appAuthor = `Petr Kučera`;

export default function Meta() {
Expand Down
2 changes: 1 addition & 1 deletion components/utils/nav-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function NavButtons({ posts }) {
tomorrow.getMonth() + 1
)}-${formateDayNum(tomorrow.getDate())}`;

console.log(yesterdayDate, nowDate, tomorrowDate);
// console.log(yesterdayDate, nowDate, tomorrowDate);
let yesterdayStatus, nowStatus, tomorrowStatus;
yesterdayStatus = nowStatus = tomorrowStatus = "hidden";

Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home({ allPosts }) {
return (
<>
<Head>
<title>Adventní cesta</title>
<title>Cesta půstem</title>
</Head>
<Layout>
<div className="mx-6 flex flex-col">
Expand Down
2 changes: 1 addition & 1 deletion pages/slova-Prokopa-Broze.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function SlovaProkopaBrože() {
return (
<>
<Head>
<title>Slova Prokopa Brože - Adventní cesta</title>
<title>Slova Prokopa Brože - Cesat půstem</title>
</Head>
<Layout>
<ArticleHeader />
Expand Down

0 comments on commit e302534

Please sign in to comment.