Skip to content

Commit

Permalink
add title main page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignaherrero committed Apr 8, 2022
1 parent 7831355 commit 37abae7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/index.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Head from "next/head";
import Image from "next/image";
import Link from "next/link";
import { useState, useEffect } from "react";
Expand Down Expand Up @@ -75,6 +76,10 @@ export default function Home() {

return (
<>
<Head>
<title>MejorConsalud</title>
</Head>

<form onSubmit={handleSubmit(onSubmit)}>
<div className="flex justify-center">
<div className="mb-3 xl:w-96">
Expand All @@ -91,6 +96,7 @@ export default function Home() {
className="btn inline-block px-6 py-2.5 bg-blue-600 text-white font-medium text-xs leading-tight uppercase rounded shadow-md hover:bg-blue-700 hover:shadow-lg focus:bg-blue-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out flex items-center"
id="button-addon2"
type="submit"
aria-label="buscador"
>
<svg
aria-hidden="true"
Expand Down

1 comment on commit 37abae7

@vercel
Copy link

@vercel vercel bot commented on 37abae7 Apr 8, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

challenge-atomik – ./

challenge-atomik-git-main-nacho93.vercel.app
challenge-atomik-nacho93.vercel.app
challenge-atomik.vercel.app

Please sign in to comment.