Skip to content

Commit

Permalink
fix remove beta label
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Jan 7, 2025
1 parent ca30171 commit 6ee17df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Home() {
>
<main>
<header className={`${styles.heroBanner} home__heroBanner`}>
<h1>Welcome to the 10up Gutenberg Best Practices! <span className={`${styles.beta}`}>Beta</span></h1>
<h1>Welcome to the 10up Gutenberg Best Practices!</h1>
<p>Tutorials, resources, references and example code for all things Gutenberg.</p>
<SearchBar className={styles.searchBar} />
</header>
Expand Down
11 changes: 0 additions & 11 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,6 @@ h1 {
position: relative;
}

.beta {
display: inline-block;
position: relative;
top: -0.45em;
background-color: var(--c-10up-secondary-dark);
color: #000;
font-size: 0.4em;
padding: 5px 10px;
border-radius: 8px;
}

@media screen and (max-width: 966px) {
.heroBanner {
padding: 2rem;
Expand Down

0 comments on commit 6ee17df

Please sign in to comment.