Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
elee1766 committed Apr 1, 2024
1 parent 72ba8dc commit a79e810
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/rewards-dashboard/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function App() {
<div className="w-96 h-40 bg-[#262b5a] z-10 rounded-3xl border border-1 border-gray-500">
<div className="flex flex-col gap-4">
<div className="flex flex-row justify-between text-gray-300 py-1 justify-center border-b border-gray-500 ">
<div className="flex flex-row items-center grow justify-center text-white">
Program Ended
<div className="flex flex-row items-center grow justify-center text-white pl-5">
<Trans>Program Completed</Trans>
</div>
<div className="flex flex-row items-center justify-center">
<a
Expand Down
6 changes: 5 additions & 1 deletion apps/rewards-dashboard/src/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ msgstr "Total ARB Earned"
msgid "History of Rewards Earned Tooltip"
msgstr "A minimum of 1 ARB will be paid out. Outstanding rewards below 1 ARB will roll over to the next week."

#: src/App.tsx:34
#: src/App.tsx:25
msgid "Program Completed"
msgstr "Program Completed"

#: src/App.tsx:40
msgid "Rewards Ended Information"
msgstr ""
"Thank you everyone who participated.\n"
Expand Down

0 comments on commit a79e810

Please sign in to comment.