mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
Merge branch 'master' into development
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
||||
port: ${{ secrets.SERVER_PORT }}
|
||||
key: ${{ secrets.SERVER_SSH_KEY }}
|
||||
script: |
|
||||
/home/ob/.local/bin/s
|
||||
bash -lc '/home/ob/.local/bin/s'
|
||||
|
||||
@@ -128,36 +128,19 @@ export default function Landing() {
|
||||
</h2>
|
||||
<div className="grid md:grid-cols-3 gap-6">
|
||||
<div className="space-y-2">
|
||||
<Icon
|
||||
icon="timerOff"
|
||||
iconStyle={"pixel"}
|
||||
className="size-16 mx-auto"
|
||||
color={"var(--muted-foreground)"}
|
||||
/>
|
||||
<p className="text-center text-muted-foreground">
|
||||
<Icon icon="timerOff" iconStyle={"pixel"} className="size-16 mx-auto" />
|
||||
<p className="text-center">
|
||||
Wasting hours configuring workflows instead of shipping features
|
||||
</p>
|
||||
</div>
|
||||
<div className="space-y-2">
|
||||
<Icon
|
||||
icon="gridAdd"
|
||||
iconStyle={"pixel"}
|
||||
className="size-16 mx-auto"
|
||||
color={"var(--muted-foreground)"}
|
||||
/>
|
||||
<p className="text-center text-muted-foreground">
|
||||
Drowning in features you'll never use while missing the basics
|
||||
</p>
|
||||
<Icon icon="gridAdd" iconStyle={"pixel"} className="size-16 mx-auto" />
|
||||
<p className="text-center">Drowning in features you'll never use while missing the basics</p>
|
||||
</div>
|
||||
<div className="space-y-2">
|
||||
<Icon
|
||||
icon="bugOff"
|
||||
iconStyle={"pixel"}
|
||||
className="size-16 mx-auto"
|
||||
color={"var(--muted-foreground)"}
|
||||
/>
|
||||
<p className="text-center text-muted-foreground">
|
||||
The software is full of bugs. Your flow state doesn't stand a chance
|
||||
<Icon icon="bugOff" iconStyle={"pixel"} className="size-16 mx-auto" />
|
||||
<p className="text-center">
|
||||
The tools are full of bugs. Your flow state doesn't stand a chance
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user