Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cine Clube
backend
Commits
8df4db08
Commit
8df4db08
authored
3 years ago
by
Eduardo Schweitzer
Browse files
Options
Download
Plain Diff
Merge branch 'fix-16/achievement-images' into 'dev'
Atualização do ícone das conquistas See merge request
!49
parents
563986c2
e7de66c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/database/seed.ts
+1
-2
src/database/seed.ts
with
1 addition
and
2 deletions
+1
-2
src/database/seed.ts
View file @
8df4db08
...
...
@@ -142,8 +142,7 @@ const connect = async () => {
//Create achievements
const
achievements
:
AchievementData
[]
=
[];
const
achievementImage
=
"
https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Trophy_Flat_Icon.svg/480px-Trophy_Flat_Icon.svg.png
"
;
const
achievementImage
=
"
https://i.imgur.com/kuZNoUt.png
"
;
achievements
.
push
({
tagName
:
"
Drama
"
,
targetScore
:
5
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help