Skip to content

Commit

Permalink
Fix #185: Added a Favicon (#188)
Browse files Browse the repository at this point in the history
* feat(favicon): add favicon

* feat(favicon): add favicon

* feat(favicon): add favicon
  • Loading branch information
yashpatil641 authored Jun 10, 2024
1 parent 8c56a78 commit cabc840
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<template>

<title>GetIt</title>
<link rel="icon" type="image/png" href="\favicon.png">

<div class="justify-center items-center h-[80vh] ml-48 overflow-y-hidden hidden lg:flex">
<div class="">
<p class="text-xl text-gray-600 mb-2">Don't miss out on the Events! Get your tickets now.</p>
Expand Down
Binary file added frontend/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cabc840

Please sign in to comment.