Skip to content

Commit

Permalink
changed version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eschirni committed Sep 14, 2023
1 parent 817d31c commit 2d937b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/chrome/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function create_popup(id, content, corrector)

popup.style = "position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 9999; display: flex; justify-content: center; align-items: center;";
popup.innerHTML = `
<form style="background: #ffffff; padding: 20px; width: 400px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; gap: 20px; position: relative;">
<form style="padding: 20px; width: 400px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; gap: 20px; position: relative;">
<span class="iconf-delete-2-1" style="position: absolute; top: 20px; right: 20px; color: red; cursor: pointer;"></span>
<h1></h1>
<div style="display: flex; flex-direction: column; gap: 10px;"></div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "True Feedback",
"version": "1.0",
"version": "1.1",
"description": "Private feedback for evaluations on intra.42.fr",

"icons": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "True Feedback",
"version": "1.0",
"version": "1.1",
"description": "Private feedback for evaluations on intra.42.fr",

"icons": {
Expand Down

0 comments on commit 2d937b2

Please sign in to comment.