Finished styling the call button

This commit is contained in:
Surya Vemulapalli
2025-03-30 01:29:35 -04:00
parent 158afc78c7
commit 9ad22b4fe4

View File

@@ -69,16 +69,6 @@ export default async function Home() {
<button type="button">Add</button>
<button className="bg-slate-500 text-yellow-300 text-stretch-50% font-lg rounded-md p-2" type="submit">Set contacts</button>
</form>
<div>
<a href="/call">
<button className="bg-emerald-500 text-fuchsia-300 font-semibold font-lg rounded-md p-2">Call</button>
</a>
</div>
<p>
<a href="/auth/logout">
<button>Log out</button>
</a>
</p>
</div>
);
}
@@ -146,7 +136,11 @@ export default async function Home() {
<button className="bg-slate-500 text-yellow-300 text-stretch-50% font-lg rounded-md p-2" type="submit">Set contacts</button>
</form>
<div>
<a href="/call">
<button className="bg-zinc-700 text-lime-300 font-semibold font-lg rounded-md p-2">Call</button>
</a>
</div>
<p>
<a href="/auth/logout">
<button>Log out</button>