Skip to content

Commit

Permalink
Fix/aikins-profile-image-on-home (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
aikins01 authored Jun 16, 2024
1 parent 80091ea commit e092eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Formbase is an open-source form backend for handling forms, notifications, secur

## Tech Stack

- [Next.js](https://nextjs.org/)Franework
- [Next.js](https://nextjs.org/)Framework
- [TypeScript](https://www.typescriptlang.org/) – Language
- [Tailwind](https://tailwindcss.com/) – Styling
- [PostgresSQL](https://postgresql.org/) – Database
Expand Down
6 changes: 3 additions & 3 deletions apps/web/src/app/(landing)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from 'next/image';

import { Code, ListPlus, MousePointer, Server } from 'lucide-react';

import Image from 'next/image';

const githubUrl = 'https://github.com/eight-labs/formbase';

const HomePage = () => {
Expand Down Expand Up @@ -370,7 +370,7 @@ const HomePage = () => {
<div className="size-7 ring-4 ring-white dark:ring-[--card-dark-bg]">
<Image
className="size-full rounded-full border border-gray-950/5 dark:border-white/5"
src="https://pbs.twimg.com/profile_images/1762988905081479168/KCAnOoLb_400x400.jpg"
src="https://pbs.twimg.com/profile_images/1802081326528376832/UtjTBWgU_400x400.jpg"
alt="Aikins"
width={28}
height={28}
Expand Down

0 comments on commit e092eeb

Please sign in to comment.