mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
Enhance homepage intro by wrapping text in a strong tag for better emphasis
This commit is contained in:
@@ -94,7 +94,9 @@ export default function Home() {
|
||||
|
||||
{/* Intro with JSX support for links */}
|
||||
<p className="home-intro">
|
||||
An open-source publishing framework for AI agents and developers.
|
||||
<strong>
|
||||
An open-source publishing framework for AI agents and developers.
|
||||
</strong>{" "}
|
||||
Write markdown, sync from the terminal.{" "}
|
||||
<a
|
||||
href="https://github.com/waynesutton/markdown-site"
|
||||
|
||||
Reference in New Issue
Block a user