Skip to content

Commit

Permalink
ref: title copy and emojis name
Browse files Browse the repository at this point in the history
  • Loading branch information
pondorasti committed Nov 29, 2023
1 parent 0f6017b commit 8464378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface IProject {

const secrets: IProject[] = [
{
name: "emojis",
name: "emojis.sh",
description: "Generate your favorite Slack emojis with just one click.",
month: "September",
year: 2023,
Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export default function Home(): JSX.Element {

return (
<TransitionPage
title="Alexandru Ţurcanu - Full Stack Engineer"
title="Alexandru Ţurcanu - Product Engineer"
description="On a journey to create best in class best in class apps, obsessed with designing fluid interfaces, and perfectionist at heart."
>
<AnimatedDescription title="Alexandru Ţurcanu" description="Full Stack Engineer" />
<AnimatedDescription title="Alexandru Ţurcanu" description="Product Engineer" />
<Transition
show={show}
enter="transition-all duration-500"
Expand Down

1 comment on commit 8464378

@vercel
Copy link

@vercel vercel bot commented on 8464378 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.