Skip to content

Commit

Permalink
changed welcome text and removed avatarButton in Welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
AdLer-Lukas committed Jan 15, 2024
1 parent 6f0a286 commit 965197c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export default function WelcomePage() {
<LoginComponent className="flex flex-col items-center justify-around col-span-6 col-start-2 xl:pt-8 lg:pt-4" />
</section>

<section className="flex items-center justify-around col-span-6 col-start-2 row-span-3 row-start-3 gap-4 mb-4 portrait:flex-col portrait:row-start-2 portrait:row-span-4 portrait:col-start-2 portrait:gap-6">
<section className="flex items-center justify-around col-span-6 col-start-2 row-span-3 row-start-3 gap-4 mb-4 portrait:flex-col portrait:row-start-2 portrait:row-span-4 portrait:col-start-2 portrait:gap-6">
<LearningWorldMenuButton />
<StyledButton
{/* <StyledButton
disabled
shape="freefloatcenter"
containerClassName="w-full h-full"
Expand All @@ -45,7 +45,7 @@ export default function WelcomePage() {
<p className="absolute p-4 mx-auto text-2xl font-bold rounded-lg text-center bg-adlerbuttonlocked lg:bottom-[42%] portrait:bottom-[20%] portrait:text-lg bottom-32 text-adlerdeactivatedtext">
Der Avatar Creator ist demnächst verfügbar!
</p>
</StyledButton>
</StyledButton> */}
</section>

<LogoutComponent className="relative z-0 flex flex-col self-end col-span-2 col-start-7 row-start-6 gap-2 justify-self-end" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function LearningWorldMenuButton({
return (
<StyledButton
shape="freefloatcenternopadding"
containerClassName="w-full h-full"
containerClassName=" w-full lg:w-1/2 h-full"
onClick={() => history.push("/worldmenu")}
disabled={!userLoggedIn}
className={
Expand Down
2 changes: 1 addition & 1 deletion src/localize/de/startPage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"welcome": "Willkommen bei AdLer!",
"welcome": "Willkommen in AdLer!",
"moodleLoginSubheading": "Bitte loggen Sie sich in Moodle ein.",
"loginSuccessfullSubheading": "Login erfolgreich!",
"learningWorldButton": "Gehe zum Lernwelt Menü",
Expand Down

0 comments on commit 965197c

Please sign in to comment.