Skip to content

Commit

Permalink
feat: add release date
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Aug 26, 2024
1 parent ae153d0 commit 0711405
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/core/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Footer: FunctionComponent = () => {
</a>
</div>
<p className='text-sm'>
Version <b>1.4.0</b>xx.xx.2024
Version <b>1.4.0</b>26.08.2024
</p>
<p className='text-sm'>
<span className='font-bold text-wt-accent'>{wtStats.users}</span>{' '}
Expand Down
5 changes: 2 additions & 3 deletions pages/changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Changelog: NextPage = () => {
<div className='mb-2'>
<Title level={1}>Changelog</Title>
</div>
<Title level={4}>Version 1.4.0 (xx.xx.2024)</Title>
<Title level={4}>Version 1.4.0 (26.08.2024)</Title>
<p>
<b>Added:</b>
</p>
Expand All @@ -33,8 +33,7 @@ const Changelog: NextPage = () => {
Verifing your Steam profile is now required to sync the inventory.
</li>
<li>
Verifing your Steam profile adds the Witch It User Id to your
profile.
Verifing your Steam profile adds the Witch It Id to your profile.
</li>
</ul>
<p>
Expand Down
2 changes: 1 addition & 1 deletion pages/privacy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Privacy: NextPage = () => {
/>
<div className='px-4 mx-auto max-w-6xl sm:px-6 lg:px-8'>
<Title level={1}>Privacy Policy</Title>
<Note>Last updated November 22, 2021</Note>
<Note>Last updated August 26, 2024</Note>
<Section>
Thank you for choosing to be part of our community at WitchTrade
(&quot;<b>Company</b>&quot; &quot;<b>we</b>,&quot; &quot;<b>us</b>
Expand Down
2 changes: 1 addition & 1 deletion shared/handlers/profile.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ProfileHandler = () => {
const copyWitchItUserId = (witchItUserId: string) => {
navigator.clipboard.writeText(witchItUserId)
const notification = createNotification({
content: 'Witch It User Id copied to clipboard',
content: 'Witch It Id copied to clipboard',
duration: 5000,
type: 'success',
})
Expand Down

0 comments on commit 0711405

Please sign in to comment.