Skip to content

Commit

Permalink
switch to <p>
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Nov 18, 2023
1 parent 0f1402b commit b74c40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/QAMTab/MOTDDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function MOTDDisplay() {
<FaTimes />
</DialogButton>
</div>
<span style={{ fontSize: "0.75em" }}>{motd?.description}</span>
<p style={{ fontSize: "0.75em" }}>{motd?.description}</p>
</Focusable>
</PanelSection>
);
Expand Down

0 comments on commit b74c40c

Please sign in to comment.