Skip to content

Commit

Permalink
fix: temp revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Oct 6, 2022
1 parent 343e996 commit 7bb184e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import { Shop } from './routes/Shop';
import { ContentList, ContentOutlet } from './routes/Content';
import { Content } from './routes/Content/Content';
import { Shipping } from './routes/Checkout/Shipping';
import { Alert } from './components/Alert';

export function App() {
const user = useUser();
Expand All @@ -50,7 +51,12 @@ export function App() {
<>
<Header />
<main className="mx-auto max-w-7xl md:px-6">
<Acknowledgement />
<div className="mt-2">
<Alert type="warning">
Please note that Kara&rsquo;s Coffee is a demo application, and some functionality is restricted to limit
processing of personal data.
</Alert>
</div>
<Routes>
<Route path="/" element={<Homepage />} />
<Route path="shop" element={<Shop />} />
Expand Down

0 comments on commit 7bb184e

Please sign in to comment.