Finished styling the call button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user