Skip to content

Commit

Permalink
chore: trophy author
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Jul 5, 2024
1 parent a438131 commit 34c89ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepare": "husky"
},
"dependencies": {
"@hmbanan666/chat-game-api": "^0.1.17",
"@hmbanan666/chat-game-api": "^0.1.18",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/colors": "^3.0.0",
"@twurple/api": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/[lang]/(website)/trophy/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<section class='hero'>
<h1>{data.trophy.name}</h1>
<h2>
Трофей, созданный <a href='/{$page.data.locale}/p/hmbanan666'>hmbanan666</a>
Трофей, созданный <a href='/{$page.data.locale}/p/{data.trophy.profile.userName}'>{data.trophy.profile.userName}</a>
</h2>
</section>

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -528,10 +528,10 @@
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==

"@hmbanan666/chat-game-api@^0.1.17":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@hmbanan666/chat-game-api/-/chat-game-api-0.1.17.tgz#84963bc8d64f287e539fce9e077b809f234ef8fc"
integrity sha512-kfhRAqQ2V4nKWyuc2jndTd5ZC/9HpLynr3gE4KJHfGF5UUz0HkR6erqbYQfBpN3M/pH/QRFiLah8bkeBBUzifg==
"@hmbanan666/chat-game-api@^0.1.18":
version "0.1.18"
resolved "https://registry.yarnpkg.com/@hmbanan666/chat-game-api/-/chat-game-api-0.1.18.tgz#a6b5d60c379a19814d2d324f3f814567a3918621"
integrity sha512-TvA2vzOAdYZdVsOiJbod4XGHzpatvJBp+SJnnkYz2sSmA76pYX2ZZoNGiIPsGfSLysSTOGEairxqEA5//d+6Yg==

"@humanwhocodes/module-importer@^1.0.1":
version "1.0.1"
Expand Down

0 comments on commit 34c89ac

Please sign in to comment.