Skip to content

Commit

Permalink
feat(whatislove-dev): add the subtle art of not giving f*ck book wd-6…
Browse files Browse the repository at this point in the history
…73 (#687)
  • Loading branch information
what1s1ove committed Jul 28, 2024
1 parent 77eb2fa commit ee73843
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions apps/whatislove-dev/src/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,18 @@
"linkDesc": "",
"date": "2024-06-18T00:00:00.000Z",
"endDate": ""
},
{
"id": "js-tx97",
"type": "book",
"title": "The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life (Mark Manson)",
"desc": "",
"origin": "https://www.amazon.com/Subtle-Art-Not-Giving-Counterintuitive/dp/0062457713",
"originDesc": "Amazon",
"link": "",
"linkDesc": "",
"date": "2024-07-03T00:00:00.000Z",
"endDate": ""
}
]
}
2 changes: 1 addition & 1 deletion apps/whatislove-dev/src/pages/form/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stickersCount: 5
{% extends '../../layouts/page.njk' %}

{% block content %}
<div class="flex flex-col justify-center w-1/2 h-screen m-auto p-5">
<div class="flex flex-col justify-center w-1/2 h-screen m-auto p-20">
<h1 class="mb-5 text-4xl font-bold">Timeline Form</h1>
<form name="timeline" action="/timeline">
<span class="flex flex-col mb-3 gap-y-2">
Expand Down

0 comments on commit ee73843

Please sign in to comment.