Skip to content

Commit

Permalink
chore: change mysql to postgress
Browse files Browse the repository at this point in the history
  • Loading branch information
Vann-Dev committed May 14, 2024
1 parent 04e876f commit 7bf5d20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Home() {
<Image src={"/nextjs.png"} alt="" width={1000} height={1000} className="h-6 md:h-20 w-auto" />
<Image src={"/flask.png"} alt="" width={1000} height={1000} className="h-6 md:h-20 w-auto" />
<Image src={"/prisma.png"} alt="" width={1000} height={1000} className="h-6 md:h-20 w-auto" />
<Image src={"/mysql.png"} alt="" width={1000} height={1000} className="h-6 md:h-20 w-auto" />
<Image src={"/postgress.png"} alt="" width={1000} height={1000} className="h-6 md:h-20 w-auto" />
</div>
</section>

Expand Down
Binary file added public/postgress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bf5d20

Please sign in to comment.