Skip to content

Commit

Permalink
release: 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Jun 19, 2024
1 parent 3cbc021 commit 9cf5f7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dream"
version = "0.3.3"
version = "0.3.4"
edition = "2021"

[dependencies]
Expand Down
2 changes: 0 additions & 2 deletions app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ const Root = () => {
signature.innerText = signature.innerText
.split('')
.map((letter, index) => {
console.log(ORIGIN[index])

if (index < counter) return ORIGIN[index]

return LETTERS[Math.floor(Math.random() * LETTERS.length)]
Expand Down
4 changes: 2 additions & 2 deletions products.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"applemusic": {
"name": "اپل موزیک",
"logo": "/static/image/logo/applemusic.jpg",
"logo": "/static/image/logo/apple-music.png",
"data": ["apple id", "telegram id"],
"color": "#fb2a41",
"color": "#f7215c",
"image": "/static/image/banner/applemusic.jpg",
"plans": {
"family.1": [880000, "۱ ماهه Family"],
Expand Down

0 comments on commit 9cf5f7f

Please sign in to comment.