Skip to content

Commit

Permalink
Evie
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaybaskaran01 committed Sep 5, 2021
1 parent 0b59a61 commit e59ef5e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.9'
services:

sample:
container_name: Vcal_frontend
container_name: Evie_frontend
build:
context: .
dockerfile: Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vcal-frontend",
"name": "Evie-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>VCal</title>
<title>Evie</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Vcal",
"name": "Vcal",
"short_name": "Evie",
"name": "Evie",
"icons": [
{
"src": "favicon.ico",
Expand Down
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

const cacheName = "Vcal"
const cacheName = "Evie"
const staticAssets = [
'./', './index.html', './styles.css', './index.js', './manifest.json'
];
Expand Down
4 changes: 2 additions & 2 deletions src/pages/admin/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Admin = () => {
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" className="w-10 h-10 text-white p-2 bg-green-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span className="ml-3 text-xl">Vcal Admin</span>
<span className="ml-3 text-xl">Evie Admin</span>
</Link>
<nav className="md:ml-auto flex flex-wrap items-center text-white justify-center">
<a href="#/" onClick={() => { setMode("approved") }} className="mr-5 hover:text-green-500 cursor-pointer">Approved Events</a>
Expand Down Expand Up @@ -164,7 +164,7 @@ const Admin = () => {
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" className="w-10 h-10 text-white p-2 bg-green-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span className="ml-3 text-xl">Vcal Admin</span>
<span className="ml-3 text-xl">Evie Admin</span>
</a>
<nav className="md:ml-auto flex flex-wrap items-center text-white justify-center">
<a href="#/" onClick={() => { setMode("approved") }} className="mr-5 hover:text-green-500">Approved Events</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/admin/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const AdminLogin = () => {
border: "1px solid #00c49a"}}
>
<div className="self-center mb-6 text-xl font-light sm:text-2xl text-white">
VCal Admin Login
Evie Admin Login
</div>
<div className="mt-8">
<form autoComplete="off">
Expand Down

0 comments on commit e59ef5e

Please sign in to comment.