Skip to content

Commit

Permalink
update index.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
fossdev committed May 23, 2023
1 parent 0fa9940 commit 48b2485
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,14 @@ function App() {
<footer className="w-full h-36 bottom-0 left-0 right-0 fixed z-[100] bg-zinc-200">
<div className="flex flex-col lg:flex-row xl:flex-row flex-nowrap justify-between items-center space-x-auto gap-4 space-y-2 m-2 p-4">
<h3 className="inline-flex text-slate-500 hover:text-[#111] ease-in duration-300 delay-100">
<span className="cursor-pointer">Reactive Ticket App</span>
<a
href="https://reactive-ticket-app.vercel.app/"
title="Reactive Ticket App"
target="_blank"
rel="noreferrer"
>
Reactive Ticket App
</a>
</h3>
</div>
<hr className="border-[#111] mx-2" />
Expand Down

1 comment on commit 48b2485

@vercel
Copy link

@vercel vercel bot commented on 48b2485 May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.