mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-13 14:37:27 +02:00
♻️ Move feedback alert and update biome config
This commit is contained in:
parent
453cb2752b
commit
758422e097
2 changed files with 7 additions and 4 deletions
|
@ -42,6 +42,9 @@ export default async function Page(props: { params: Promise<Params> }) {
|
|||
</PageDescription>
|
||||
</PageHeader>
|
||||
<PageContent className="space-y-8">
|
||||
<IfCloudHosted>
|
||||
<FeedbackAlert />
|
||||
</IfCloudHosted>
|
||||
<div className="space-y-4">
|
||||
<h2 className="text-muted-foreground text-sm">
|
||||
<Trans i18nKey="homeActionsTitle" defaults="Actions" />
|
||||
|
@ -57,9 +60,6 @@ export default async function Page(props: { params: Promise<Params> }) {
|
|||
</Tile>
|
||||
</TileGrid>
|
||||
</div>
|
||||
<IfCloudHosted>
|
||||
<FeedbackAlert />
|
||||
</IfCloudHosted>
|
||||
<div className="space-y-4">
|
||||
<h2 className="text-muted-foreground text-sm">
|
||||
<Trans i18nKey="homeNavTitle" defaults="Navigation" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue