Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help Page #79

Closed
wants to merge 26 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3db3755
Merge pull request #2 from kristo-baricevic/feedback-form2
kristo-baricevic Oct 11, 2023
947c504
feat(ci): add automated release workflow
themightychris Nov 15, 2023
477c1f7
Add helm chart (in project root) and files for static demo server
joshuagerstein Dec 12, 2023
aef6135
Merge pull request #56 from CodeForPhilly/develop
themightychris Dec 13, 2023
5620c9c
fix(ci): show same Docker tag in log output
themightychris Dec 13, 2023
82b8b37
fix(ci): trigger container builds on tags
themightychris Dec 13, 2023
c657730
Merge pull request #65 from CodeForPhilly/helm-chart-2
themightychris Dec 13, 2023
140bc92
Merge pull request #66 from CodeForPhilly/develop
themightychris Dec 13, 2023
a84cfef
fix(ci): add explicit write permission for packages
themightychris Dec 13, 2023
caced0a
Merge pull request #67 from CodeForPhilly/develop
themightychris Dec 13, 2023
a60d5bd
Merge branch 'main' of https://github.com/CodeForPhilly/balancer-main
kristo-baricevic Feb 4, 2024
e023c7f
test
kristo-baricevic Feb 4, 2024
8e8921d
Merge branch
kristo-baricevic Feb 4, 2024
d26eac4
Merge branch 'listOfMed'
kristo-baricevic Feb 11, 2024
aecffba
Merge branch 'listOfMed'
kristo-baricevic Feb 12, 2024
7382cb0
Merge pull request #4 from kristo-baricevic/listOfMed
kristo-baricevic Feb 13, 2024
7761fc2
Delete config/env/env.dev
kristo-baricevic Feb 13, 2024
0a4a098
font sizes
kristo-baricevic Feb 22, 2024
b727f6a
updated fonts and size of card
kristo-baricevic Feb 22, 2024
fb4e501
Merge branch 'main' into listOfMed
kristo-baricevic Feb 22, 2024
f5705b4
Merge pull request #5 from kristo-baricevic/listOfMed
kristo-baricevic Feb 22, 2024
77a4b3b
merge
kristo-baricevic Feb 23, 2024
72cbf83
Merge pull request #6 from kristo-baricevic/listOfMed
kristo-baricevic Feb 23, 2024
1fffb89
adjusted width
kristo-baricevic Feb 24, 2024
94c2f0c
updated colors
kristo-baricevic Mar 12, 2024
67d692a
Merge branch 'listOfMed' of https://github.com/CodeForPhilly/balancer…
kristo-baricevic Mar 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
  • Loading branch information
kristo-baricevic committed Feb 4, 2024
commit e023c7f55a20201f5777a72644cd6d94e0546af9
4 changes: 2 additions & 2 deletions frontend/src/pages/About/About.tsx
Original file line number Diff line number Diff line change
@@ -37,14 +37,14 @@ function About() {
</div>
</div>
<div className="w-full flex flex-col items-center">
<div>
{/* <div>
<div className="mt-8 text-4xl font-bold">44 million</div>
<div className="text-lg">Transactions every 24 hours</div>
<div className="mt-5 text-4xl font-bold">$119 million</div>
<div className="text-lg">Assets under holding</div>
<div className="mt-5 text-4xl font-bold">46,000</div>
<div className="text-lg">New users annually</div>
</div>
</div> */}
</div>
</div>