mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 02:35:12 -05:00
Address comments
This commit is contained in:
committed by
psychedelicious
parent
43a361a00f
commit
0652b12a6f
@@ -2566,8 +2566,7 @@
|
||||
"supportVideos": "Support Videos",
|
||||
"gettingStarted": "Getting Started",
|
||||
"watch": "Watch",
|
||||
"studioSessionsDesc1": "Check out our <GettingStartedPlaylistLink /> for basic tutorials, and the <StudioSessionsPlaylistLink /> for deep dives into advanced Invoke use-cases and techniques.",
|
||||
"studioSessionsDesc2": "Join our <DiscordLink /> to participate in the live sessions and ask questions. Sessions are uploaded to the playlist the following week.",
|
||||
"studioSessionsDesc": "Join our <DiscordLink /> to participate in the live sessions and ask questions. Sessions are uploaded to the playlist the following week.",
|
||||
"videos": {
|
||||
"gettingStarted": {
|
||||
"title": "Getting Started with Invoke",
|
||||
|
||||
@@ -90,7 +90,7 @@ export const VideosModal = memo(() => {
|
||||
return (
|
||||
<Modal isOpen={videosModal.isOpen} onClose={videosModal.close} size="2xl" isCentered useInert={false}>
|
||||
<ModalOverlay />
|
||||
<ModalContent maxH="40vh" h="40vh">
|
||||
<ModalContent maxH="60vh" h="60vh">
|
||||
<ModalHeader bg="none">{t('supportVideos.supportVideos')}</ModalHeader>
|
||||
<ModalCloseButton />
|
||||
<ModalBody>
|
||||
@@ -98,10 +98,7 @@ export const VideosModal = memo(() => {
|
||||
<Flex flexDir="column" gap={4}>
|
||||
<Flex flexDir="column" gap={2} pb={2}>
|
||||
<Text fontSize="md">
|
||||
<Trans i18nKey="supportVideos.studioSessionsDesc1" components={components} />
|
||||
</Text>
|
||||
<Text fontSize="md">
|
||||
<Trans i18nKey="supportVideos.studioSessionsDesc2" components={components} />
|
||||
<Trans i18nKey="supportVideos.studioSessionsDesc" components={components} />
|
||||
</Text>
|
||||
</Flex>
|
||||
<VideoCardList category={t('supportVideos.supportVideos')} videos={supportVideos} />
|
||||
|
||||
Reference in New Issue
Block a user