Skip to content

Commit

Permalink
chore: update index.tsx, remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Dec 18, 2024
1 parent 34d9726 commit 2ffb2f0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,12 @@ function HomepageHeader() {
);
}


function Banner() {
return (
<div className="alert alert--info" role="alert" style={{fontSize: "1.5rem", textAlign: "center"}}>
🎉&nbsp;<b>UI5 Web Components 2.0 is released!</b>
<div>Discover <b><a href="https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0"> all the exciting features in store!
</a></b>&nbsp;🎉
</div>
</div>
);
}

export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
<Banner />
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 2ffb2f0

Please sign in to comment.