add text before slackID

This commit is contained in:
acon 2024-06-10 18:43:57 -04:00
parent 3f87294307
commit 7ae05fcf10

View file

@ -16,7 +16,7 @@ const ShopPage = ({parts, ...props}) => {
return (
<div>
<h1>Shop</h1>
<span>{slackID}</span>
<span>This link is your own! Don't share it with others. Slack ID: {slackID}</span>
<ul>
{parts.map(part => (
<li key={part.id}>