Skip to content

Commit

Permalink
Visibility changes
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Oct 17, 2023
1 parent 9129e9b commit 3f63d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/launch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { AppLayout } from '~/common/layout/AppLayout';
import { asValidURL } from '~/common/util/urlUtils';


function LogoProgress(props: { showProgress: boolean }) {
export function LogoProgress(props: { showProgress: boolean }) {
return <Box sx={{
width: 64,
height: 64,
Expand Down

1 comment on commit 3f63d03

@vercel
Copy link

@vercel vercel bot commented on 3f63d03 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-enricoros.vercel.app
big-agi-git-main-enricoros.vercel.app
get.big-agi.com

Please sign in to comment.