Smol changes to UI
This commit is contained in:
parent
d3b014d836
commit
2c2c708da3
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sprintpadawan",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"description": "Plan. Sprint. Repeat.",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -23,7 +23,6 @@
|
|||
"@trpc/server": "10.29.1",
|
||||
"ably": "^1.2.40",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"fms-ts": "^0.1.7",
|
||||
"json2csv": "6.0.0-alpha.2",
|
||||
"next": "^13.4.4",
|
||||
"next-auth": "^4.22.1",
|
||||
|
|
|
@ -20,14 +20,14 @@ export default Home;
|
|||
const HomePageBody: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<h1 className="text-6xl">
|
||||
<h1 className="text-6xl font-bold">
|
||||
Sprint{" "}
|
||||
<span className="bg-gradient-to-br from-pink-600 to-cyan-400 bg-clip-text text-transparent box-decoration-clone">
|
||||
Padawan
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
<h2 className="my-4 text-3xl">
|
||||
<h2 className="my-4 text-3xl font-bold">
|
||||
A{" "}
|
||||
<span className="bg-gradient-to-br from-pink-600 to-pink-400 bg-clip-text text-transparent box-decoration-clone">
|
||||
scrum poker{" "}
|
||||
|
|
Loading…
Add table
Reference in a new issue