Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridhima10 committed Jul 1, 2024
1 parent ed1418b commit d822229
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/FUNDING.yml

This file was deleted.

Binary file removed app/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ScrollToTop from "./components/helper/scroll-to-top";
const inter = Inter({ subsets: ["latin"] });

export const metadata = {
title: "Portfolio of Ridhima Jain - Web Developer",
title: "RJ",
description:
"This is the portfolio of Ridhima Jain. I am a self taught Web developer. I love to learn new things and I am always open to collaborating with others. I am a quick learner and I am always looking for new challenges.",
};
Expand Down
2 changes: 1 addition & 1 deletion app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function getData() {
};

export default async function Home() {
const blogs = await getData();
// const blogs = await getData();

return (
<>
Expand Down

0 comments on commit d822229

Please sign in to comment.