footer delete

This commit is contained in:
Priyatham Sai Chand 2021-01-11 23:42:05 +05:30
parent e2fa08b8a1
commit addc09eeef
1 changed files with 1 additions and 8 deletions

View File

@ -64,14 +64,7 @@ export default function Home() {
</div>
<footer className={styles.footer}>
<a
href="https://github.com/Priyatham-sai-chand/alzapp"
target="_blank"
rel="noopener noreferrer"
>
Powered by{' '}
<img src="/vercel.svg" alt="Vercel Logo" className={styles.logo} />
</a>
</footer>
</div>
)