Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
remove full name from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
joonarafael committed Apr 29, 2024
1 parent 0264b76 commit 0ed1a0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions app/homeclient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

// Client view for Home Page

import Container from './components/container';
import { Button } from './components/ui/button';
import Container from "./components/container";
import { Button } from "./components/ui/button";

const HomeClient = () => {
return (
Expand All @@ -12,9 +12,7 @@ const HomeClient = () => {
<div className="max-w-screen-md items-center">
<div className="w-full flex flex-col gap-4 text-center mt-16">
<div className="font-bold text-6xl">BLAST CALC</div>
<div className="font-light text-neutral-500">
Joona Rafael Kettunen
</div>
<div className="font-light text-neutral-500">Joona Kettunen</div>
<hr />
<div className="font-light text-yellow-500 max-w-[500px]">
<p>
Expand Down
1 change: 1 addition & 0 deletions documentation/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

| date | ver | desc |
| :---: | :---- | :------------------------------------- |
| 29.4. | 0.1.7 | full name too cringe on home page |
| 24.4. | 0.1.6 | changed to Cloudflare |
| 23.4. | 0.1.5 | updated dependencies |
| 11.4. | 0.1.4 | started work on the analysis algorithm |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blast-calc",
"version": "beta-0.1.6",
"version": "beta-0.1.7",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit 0ed1a0e

Please sign in to comment.