Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiySergeev committed Feb 23, 2024
1 parent 878887e commit bd78716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .env

This file was deleted.

4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

# production
/build
# /env
/env


# misc
# .env*
.env*
.DS_Store

.env.local
Expand Down
2 changes: 1 addition & 1 deletion src/components/WatchListSidebar/WatchListSidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import css from './WatchListSidebar.module.css';
const WatchListSidebar = () => {
return (
<div className={css.sidebar_container}>
<h2 className={css.title}>List</h2>
<h2 className={css.title}>Watchlist</h2>
</div>
);
};
Expand Down

0 comments on commit bd78716

Please sign in to comment.