Skip to content

Commit 1bb396a

Browse files
committed
feat: style last updated metadata text
1 parent 0cc4ddb commit 1bb396a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/app/conduct/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ export default function CodeConduct() {
8484
your attendance. We expect participants to follow these rules at
8585
conference and workshop venues and conference-related social events.
8686
</p>
87-
<br />
88-
<br />
89-
<p>This document was last updated on March 19, 2026.</p>
87+
<p className="!mt-10 pt-4 border-t border-gray-200 text-sm text-gray-500 italic">
88+
This document was last updated on March 19, 2026.
89+
</p>
9090
</div>
9191
</section>
9292
</main>

src/app/privacy/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ export default function PrivacyPage() {
235235
of this site, or your dealings with this site, please contact us.
236236
</p>
237237

238-
<br />
239-
<br />
240-
<p>This document was last updated on March 19, 2026.</p>
238+
<p className="!mt-10 pt-4 border-t border-gray-200 text-sm text-gray-500 italic">
239+
This document was last updated on March 19, 2026.
240+
</p>
241241
</div>
242242
</section>
243243
</main>

0 commit comments

Comments
 (0)