Skip to content

Commit

Permalink
Merge pull request #909 from synapsy-ai/vNext
Browse files Browse the repository at this point in the history
Version 3.2.1
  • Loading branch information
lpeyr authored Sep 5, 2024
2 parents 86dadb0 + 9cc9d8c commit 7242d8d
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 162 deletions.
4 changes: 2 additions & 2 deletions app/[lng]/generations/genpage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ export default function GenerationsPage({
<main className="flex min-h-[calc(100vh_-_theme(spacing.16))] flex-1 flex-col gap-4 bg-slate-100/40 p-4 pb-16 dark:bg-transparent sm:pb-0 md:gap-8 md:p-10 print:mt-0 print:bg-white">
<div className="mx-auto w-full max-w-6xl">
<div className="mx-auto grid w-full gap-2 print:hidden">
<h1 className="text-3xl font-semibold">{t("generations")}</h1>
<h1 className="z-[60] text-3xl font-semibold">{t("generations")}</h1>
</div>
<header className="bg-white-25 sticky top-0 z-50 w-full p-2 shadow-sm backdrop-blur-md dark:bg-slate-900/25 sm:static sm:bg-transparent sm:p-0 sm:shadow-none sm:dark:bg-transparent">
<header className="bg-white-25 sticky top-0 z-50 w-full p-2 shadow-sm backdrop-blur-md dark:bg-slate-900/25 sm:static sm:bg-transparent sm:p-0 sm:shadow-none sm:backdrop-blur-none sm:dark:bg-transparent">
<Input
type="file"
id="FileSelector"
Expand Down
2 changes: 1 addition & 1 deletion app/[lng]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function RootLayout({
<body
className={
manrope.className +
" overflow-x-hidden dark:bg-slate-950 dark:text-white"
" h-auto overflow-x-hidden dark:bg-slate-950 dark:text-white"
}
>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
Expand Down
2 changes: 1 addition & 1 deletion lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "3.2.0";
export const version = "3.2.1";
Loading

0 comments on commit 7242d8d

Please sign in to comment.