Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Jan 7, 2025
1 parent 34d4496 commit c0dac0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const darkCodeTheme = themes.dracula;

/** @type {import('@docusaurus/types').Config} */
const config = {
title: '10up - Gutenberg Best Practices',
tagline: 'The central hub for everything Gutenberg related at 10up',
title: '10up - WP Block Editor Best Practices',
tagline: 'The central hub for everything Block Editor related at 10up',
url: 'https://gutenberg.10up.com',
baseUrl: '/',
onBrokenLinks: 'throw',
Expand Down Expand Up @@ -95,7 +95,7 @@ const config = {
disableSwitch: true,
},
navbar: {
title: 'Gutenberg Best Practices',
title: 'Block Editor Best Practices',
logo: {
src: 'img/10up-logo-full.svg'
},
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default function Home() {
>
<main>
<header className={`${styles.heroBanner} home__heroBanner`}>
<h1 style={{maxWidth: '30ch', textWrap: 'pretty', marginInline: 'auto'}}>Welcome to the 10up WordPress Block Editor Best Practices!</h1>
<p>Tutorials, resources, references and example code for all things WordPress Block Editor.</p>
<h1 style={{maxWidth: '30ch', textWrap: 'pretty', marginInline: 'auto'}}>Welcome to the 10up Block Editor Best Practices!</h1>
<p>Tutorials, resources, references and example code for all things Block Editor.</p>
<SearchBar className={styles.searchBar} />
</header>
<section className={`${styles.grid} content-wrapper`}>
Expand Down

0 comments on commit c0dac0c

Please sign in to comment.