Skip to content

Commit

Permalink
Fix lint and warnings (#6)
Browse files Browse the repository at this point in the history
* Remove on click page and move Elliot

* Remove .idea

* Fix lint and warnings
  • Loading branch information
Antony1060 authored Nov 8, 2023
1 parent a323d2b commit b002a11
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 56 deletions.
5 changes: 1 addition & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ export default function App() {
<div>Team ✨</div>
<div className="mt-4 grid grid-cols-1 gap-4 lg:grid-cols-2">
{teamSparkles.map((member, index) => (
<span
key={index}
className="group flex w-full"
>
<span key={index} className="group flex w-full">
<div className="w-24">
<div className="relative aspect-square h-24 w-24 overflow-hidden bg-neutral-300">
{member.avatar && (
Expand Down
37 changes: 0 additions & 37 deletions components/BarGraph/BarGraph.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions components/Panel/Panel.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Sidebar: FC = () => {
<header className="flex w-auto flex-col gap-4 p-8">
<div className="flex flex-col justify-center whitespace-nowrap">
<div className="w-fit bg-notblack font-bold">
<span className="-1 mx-3 text-white">v3xlabs</span>
<span className="mx-3 text-white">v3xlabs</span>
</div>
<div>Empowering open-source</div>
</div>
Expand Down

0 comments on commit b002a11

Please sign in to comment.