Skip to content

Commit

Permalink
fix: remove Steam from inventory sync notification
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Oct 14, 2024
1 parent fe848de commit 1e00f64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions pages/changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,20 @@ const Changelog: NextPage = () => {
<ul className='pl-8 list-disc'>
<li>
You can now sync your Witch It inventory! Make sure to verify your
steam profile first.
Steam/Epic Games games profile first.
</li>
</ul>
<p>
<b>Changed:</b>
</p>
<ul className='pl-8 list-disc'>
<li>
Verifing your Steam profile is now required to sync the inventory.
Verifing your Steam/Epic Games profile is now required to sync the
inventory.
</li>
<li>
Verifing your Steam profile adds the Witch It Id to your profile.
Verifing your Steam/Epic Games profile adds the Witch It Id to your
profile.
</li>
</ul>
<p>
Expand Down
2 changes: 1 addition & 1 deletion shared/stores/inventory/inventory.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class InventoryService {
if (res.ok) {
inventoryStore.update(() => json)
const notification = createNotification({
content: 'Synced inventory from steam!',
content: 'Successfully synced inventory!',
duration: 5000,
type: 'success',
})
Expand Down

0 comments on commit 1e00f64

Please sign in to comment.