mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
add text before slackID
This commit is contained in:
parent
3f87294307
commit
7ae05fcf10
1 changed files with 1 additions and 1 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue