Skip to content

Commit

Permalink
Delete a
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanies committed Jun 27, 2024
1 parent 82e824a commit ace0935
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import { useState, useEffect } from "react";
export default function Header() {


<li>
<a className="text-[#fff] px-4 bg-[#0070B9] block py-[0.4em] rounded-lg" href="/sign-up">Login</a>
</li>

return (
<header className="flex justify-between items-center mx-auto container lg:max-w-6xl md:max-w-2xl">
<div className="flex items-center font-bold text-2xl">
Expand Down

0 comments on commit ace0935

Please sign in to comment.