mirror of
https://github.com/workhardbekind/workout-challenge.git
synced 2026-07-04 01:13:32 -04:00
Trigger Github workflow for first docker deployment #major
This commit is contained in:
parent
e7f627801f
commit
24117adf33
2 changed files with 11 additions and 1 deletions
|
|
@ -23,10 +23,13 @@ Create your own competition or use a friend’s invitation link to join their co
|
||||||
### Your Personal Dashboard:
|
### Your Personal Dashboard:
|
||||||

|

|
||||||
|
|
||||||
### Competition Dashboards:*
|
### Competition Dashboards:
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
### Automatic Strava Workout Import:
|
||||||
|

|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
If you like <b>Workout Challenge</b>, consider giving it a **star** ⭐!
|
If you like <b>Workout Challenge</b>, consider giving it a **star** ⭐!
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,13 @@ function AccordionMenu() {
|
||||||
{items.map((item, index) => (
|
{items.map((item, index) => (
|
||||||
<AccordionItem key={index} {...item} />
|
<AccordionItem key={index} {...item} />
|
||||||
))}
|
))}
|
||||||
|
<div className="border-b py-4">
|
||||||
|
<div align="center">
|
||||||
|
<p className="mb-1.5">If you like <b>Workout Challenge</b>, consider giving it a <b>star on Github</b> ⭐!</p>
|
||||||
|
<p className="mb-3">Made with ❤️ in London</p>
|
||||||
|
<a href='https://ko-fi.com/vanalmsick' target='_blank'><img height='36' style={{'border': '0px', 'height': '36px'}} src='https://storage.ko-fi.com/cdn/kofi1.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue