Skip to content

Commit

Permalink
fix: changes in title and project prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushacharya committed Dec 23, 2023
1 parent 0c1b8a0 commit 008ee58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Blog = () => {
<SEO title="Blog" />
<Heading>Blog</Heading>
<p className="-mt-3 mb-12 text-tertiary">
I write things about web development, database systems, distributed systems, consensus algorithms and also stuff that I
I write about AI, database systems, and also stuff that I
find interesting.
</p>
<PostList />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const IndexPage = () => (
<h1 className="mt-12 lg:mt-0 max-w-3xl text-3xl sm:text-4xl text-primary font-semibold sm:text-left md:text-center lg:text-left">
Hi, I’m Aayush.
<br className="mb-6 lg:hidden" /> I’m a Software Engineer with an
avid interest in DBMS and DS.
avid interest in AI and DBMS.
</h1>
<div className="relative">
<Blob />
Expand Down

0 comments on commit 008ee58

Please sign in to comment.