Skip to content

Commit 4b49801

Browse files
committed
some style changes
1 parent 0d61015 commit 4b49801

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

frontend/degree-plan/components/OnboardingPanels/CreateWithTranscriptPanel.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,6 @@ export default function CreateWithTranscriptPanel({
233233
<ArrowLeftIcon />
234234
<p>Back</p>
235235
</TextButton>
236-
237-
{canExit && onExit && (
238-
<TextButton onClick={onExit}>
239-
<p>Back to plan</p>
240-
</TextButton>
241-
)}
242236
</div>
243237
<ColumnsContainer>
244238
<Column>

frontend/degree-plan/components/OnboardingPanels/WelcomePanel.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import { ArrowLeftIcon, ArrowRightIcon, UploadIcon } from "@radix-ui/react-icons";
1+
import {
2+
ArrowLeftIcon,
3+
ArrowRightIcon,
4+
UploadIcon,
5+
} from "@radix-ui/react-icons";
26
import { Dispatch, MutableRefObject, SetStateAction } from "react";
37
import { Document, Page } from "react-pdf";
48
import {
@@ -46,7 +50,7 @@ export default function WelcomeLayout({
4650
onClick={onExit}
4751
style={{
4852
position: "absolute",
49-
left: "5%",
53+
left: "2.5%",
5054
top: "3%",
5155
}}
5256
>

0 commit comments

Comments
 (0)