Skip to content

Commit

Permalink
add dotenv to create event page, fix favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan committed Oct 19, 2023
1 parent 0b6b714 commit 865d032
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./public/favicon.ico">
<link rel="icon" type="image/png" href="./favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TicketEx</title>
</head>
Expand Down
1 change: 0 additions & 1 deletion src/pages/CreateEvent.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useState, useEffect } from "react";
import fleekStorage from "@fleekhq/fleek-storage-js";
import { ethers } from "ethers";
import dotenv from "dotenv";
import DatePicker from "react-datepicker";
import "react-datepicker/dist/react-datepicker.css";

Expand Down

0 comments on commit 865d032

Please sign in to comment.