File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed
Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,11 @@ export default function DownloadsPage() {
4040 < TooltipProvider >
4141 < Tooltip >
4242 < TooltipTrigger asChild >
43- < a
44- href = "https://apps.apple.com/app/doughsplit"
45- target = "_blank"
46- rel = "noopener noreferrer"
47- >
4843 < Button
4944 icon = { < Apple size = { 20 } /> }
5045 >
5146 App Store
5247 </ Button >
53- </ a >
5448 </ TooltipTrigger >
5549 < TooltipContent side = "top" align = "center" >
5650 < p > Not enough money to host it</ p >
@@ -59,25 +53,19 @@ export default function DownloadsPage() {
5953
6054 < Tooltip >
6155 < TooltipTrigger asChild >
62- < a
63- href = "https://play.google.com/store/apps/details?id=com.doughsplit"
64- target = "_blank"
65- rel = "noopener noreferrer"
66- >
6756 < Button
6857 icon = { < BsGooglePlay size = { 20 } /> }
6958 >
7059 Google Play
7160 </ Button >
72- </ a >
7361 </ TooltipTrigger >
7462 < TooltipContent side = "top" align = "center" >
7563 < p > Not enough money to host it</ p >
7664 </ TooltipContent >
7765 </ Tooltip >
7866
7967 < a
80- href = "/downloads/ doughsplit.apk"
68+ href = "https://files.edgestore.dev/t6mri11cp61nu8ke/ doughsplit/_public/doughSplit .apk"
8169 download
8270 className = "inline-block"
8371 >
Original file line number Diff line number Diff line change @@ -12,15 +12,12 @@ export const Footer = () => {
1212 Split expenses with friends, the easy way.
1313 </ p >
1414 < div className = "flex space-x-4" >
15- < a href = "# " className = "text-gray-600 hover:text-gray-800" >
15+ < a href = "https://github.com/tusharchawre/doughSplit " className = "text-gray-600 hover:text-gray-800" >
1616 < FaGithub size = { 24 } />
1717 </ a >
18- < a href = "# " className = "text-gray-600 hover:text-gray-800" >
18+ < a href = "https://x.com/TusharCtwt " className = "text-gray-600 hover:text-gray-800" >
1919 < FaTwitter size = { 24 } />
2020 </ a >
21- < a href = "#" className = "text-gray-600 hover:text-gray-800" >
22- < FaDiscord size = { 24 } />
23- </ a >
2421 </ div >
2522 </ div >
2623 < div className = "space-y-4" >
You can’t perform that action at this time.
0 commit comments