time-convertor

Convert time across timezones
git clone http://git.hanabi.in/repos/time-convertor.git
Log | Files | Refs | README | LICENSE

commit bc8669a98a082dd8cae08fa9e0842bba0c611b27
parent 7f193c071a2aed061bbf141796d1ab4b9834a722
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Mon, 18 May 2020 02:43:39 +0530

role

Diffstat:
Msrc/comp/footer.js | 2+-
Msrc/comp/header.js | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/comp/footer.js b/src/comp/footer.js @@ -6,7 +6,7 @@ function Footer() { <footer className="mt-5 w-100" style={{ bottom: 0, position: 'absolute' }}> <hr /> <div className="page-footer text-center"> - <h5> + <h5 aria-level="5"> Copyright &copy; {year}{' '} <a href="https://en.wikinews.org/wiki/User:Acagastya">acagastya</a>. This project is licensed under{' '} diff --git a/src/comp/header.js b/src/comp/header.js @@ -4,7 +4,7 @@ function Header() { return ( <header className="mb-5"> <div className="page-header mt-3"> - <h1>time convertor</h1> + <h1 aria-label="1">time convertor</h1> <hr /> </div> </header>