mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: update codes
This commit is contained in:
parent
3f05ac8f62
commit
e27dddef61
@ -140,6 +140,7 @@ const start = () => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
logger.info(`Server is running on port 3000`);
|
logger.info(`Server is running on port 3000`);
|
||||||
|
logger.info(`Base URL: ${process.env.AF_BASE_URL}`);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.error(err);
|
logger.error(err);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
|
@ -22,7 +22,7 @@ function ViewCover({ coverValue, coverType }: { coverValue?: string; coverType?:
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={'relative flex h-[255px] w-full max-sm:h-[180px]'}>
|
<div className={'relative flex h-[198px] w-full max-sm:h-[180px]'}>
|
||||||
{coverType === 'color' && renderCoverColor(coverValue)}
|
{coverType === 'color' && renderCoverColor(coverValue)}
|
||||||
{(coverType === 'custom' || coverType === 'built_in') && renderCoverImage(coverValue)}
|
{(coverType === 'custom' || coverType === 'built_in') && renderCoverImage(coverValue)}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user