Skip to content

Commit

Permalink
fix: change link, adjust margin
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Aug 1, 2023
1 parent 2782b31 commit fd8eaf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/auth/registration/AdvertiserRegistered.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function AdvertiserRegistered({ error }: Props) {
</Typography>
<Typography variant="h5" sx={{ textAlign: "left" }}>
In the meantime, check out our{" "}
<Link href="https://brave.com/brave-ads/resources" target="_blank">
<Link href="https://brave.com/brave-ads" target="_blank">
advertiser resources
</Link>
. If you have any questions, please reach out to{" "}
Expand Down
4 changes: 2 additions & 2 deletions src/auth/registration/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export function Register() {

return (
<Background>
<Box height="80vh">
<Box>
<LandingPageAppBar />
<Toolbar sx={{ mb: 5 }} />
<Toolbar sx={{ mb: 1.5 }} />
<Box display="flex" width="725px" flexDirection="column" mb={3}>
<Typography textAlign="center" variant="h4" sx={{ mb: 3 }}>
{steps[activeStep].label}
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppBar/LandingPageAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function LandingPageAppBar() {
<HelpLink
label="Learn"
props={{
href: "https://brave.com/brave-ads/resources/",
href: "https://brave.com/brave-ads",
target: "_blank",
}}
/>
Expand Down

0 comments on commit fd8eaf6

Please sign in to comment.