Skip to content

Commit

Permalink
removes marketplace banner subtitle (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
scandycuz authored Nov 19, 2024
1 parent 0a5096e commit aaa4c60
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/marketplace/src/components/LaunchBanner.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Stack, Typography } from "@mui/material";
import { Stack } from "@mui/material";
import { GradientTypography } from "@newm-web/elements";
import theme from "@newm-web/theme";

Expand All @@ -15,10 +15,6 @@ const LaunchBanner = () => {
>
Welcome to Your Music Rights Marketplace
</GradientTypography>
<Typography fontSize={ ["14px", "16px", "18px"] } px={ 1 } variant="body2">
Buy, sell and trade streaming royalty rights alongside your favorite
artists.
</Typography>
</Stack>
);
};
Expand Down

0 comments on commit aaa4c60

Please sign in to comment.