diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-07 23:10:15 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-07 23:10:15 -0500 |
| commit | 4cddd911654b77edaa171f775a66fd65491acc30 (patch) | |
| tree | 01385857602ed3994435b2ef3c1c408bc32d7671 /src/components | |
| parent | 7474e6255b5f9d5a67770b2613d0668056224f2d (diff) | |
| download | personal-website-4cddd911654b77edaa171f775a66fd65491acc30.tar.gz personal-website-4cddd911654b77edaa171f775a66fd65491acc30.tar.bz2 personal-website-4cddd911654b77edaa171f775a66fd65491acc30.zip | |
Update package.json and Guestbook.jsx
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Guestbook.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Guestbook.jsx b/src/components/Guestbook.jsx index c2df8e2..0e637ab 100644 --- a/src/components/Guestbook.jsx +++ b/src/components/Guestbook.jsx @@ -72,7 +72,7 @@ class Guestbook extends Component { <h1>Message from: {g.name}</h1> <small>{formatDate(g.created_at)}</small> <div dangerouslySetInnerHTML={{__html: sanitizeHtml(g.message)}}/> - {g.website && <a href={g.website} target="_blank">Website</a>} + {g.website && <a href={g.website} target="_blank">My Website</a>} </article> ))} </div> |
