We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4c61b commit 8449acdCopy full SHA for 8449acd
src/components/ProTip.tsx
@@ -16,7 +16,7 @@ export default function ProTip() {
16
const t = useTranslations('HomePage');
17
18
return (
19
- <Typography sx={{ mt: 6, mb: 3, color: 'text.secondary' }}>
+ <Typography sx={{ mt: 6, mb: 3, textAlign: 'center', color: 'text.secondary' }}>
20
{t.rich('tip', {
21
Icon: () => <LightBulbIcon sx={{ mr: 1, verticalAlign: 'middle' }} />,
22
Link: (chunks) => <NextLink href="https://www.sitemap.style/viewer-integration.html">{chunks}</NextLink>,
0 commit comments