Skip to content

Commit

Permalink
More readable text length.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanBoyCousin committed Jan 9, 2023
1 parent 7554e08 commit 3d7e369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { DHV_NAME } from "src/config/constants";
import { DISCORD_LINK } from "src/config/links";

export const Disclaimer = () => (
<small className="pb-8 px-8 block w-400">
<small className="pb-8 px-8 block mx-[20%]">
{`This chart shows the ${DHV_NAME} share price change since the third epoch (Alpha public launch). Data before this is the result of testing and is excluded. If you have any questions, feel free to `}
<a href={DISCORD_LINK} target="_blank" rel="noopener noreferrer">
{`reach out to us via our Discord.`}
Expand Down

0 comments on commit 3d7e369

Please sign in to comment.