Skip to content

Commit

Permalink
add secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
manh-hust committed Dec 14, 2023
1 parent 90a341b commit 9289541
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 270 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-webapps-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
workflow_dispatch:

env:
AZURE_WEBAPP_NAME: lofi-chill # set this to your application's name
AZURE_WEBAPP_NAME: LofiChill # set this to your application's name
AZURE_WEBAPP_PACKAGE_PATH: "." # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: "16.10" # set this to the node version to use

Expand Down
216 changes: 108 additions & 108 deletions src/assets/icons/index.js
Original file line number Diff line number Diff line change
@@ -1,112 +1,112 @@
import arrowLeftIcon from './arrow-left.svg';
import borderBrIcon from './border-br.svg';
import checkIcon from './check.svg';
import chillIcon from './chill.svg';
import closeIcon from './close.svg';
import clockIcon from './clock.svg';
import focusIcon from './focus.svg';
import fullscreenIcon from './fullscreen.svg';
import historyIcon from './history.svg';
import instagramIcon from './instagram.svg';
import jazzyIcon from './jazzy.svg';
import lockIcon from './lock.svg';
import mailIcon from './mail.svg';
import mixModeIcon from './mix-mode.svg';
import moodIcon from './mood.svg';
import moonIcon from './moon.svg';
import nextIcon from './next.svg';
import notesIcon from './notes.svg';
import pauseIcon from './pause.svg';
import playIcon from './play.svg';
import prevIcon from './prev.svg';
import profileIcon from './profile.svg';
import rainyIcon from './rainy.svg';
import setIcon from './set.svg';
import settingIcon from './setting.svg'
import sleepyIcon from './sleepy.svg';
import skipIcon from './skip.svg'
import startSessionIcon from './start-session.svg';
import sunIcon from './sun.svg';
import sunnyIcon from './sunny.svg';
import plusIcon from './plus.svg'
import minusIcon from './minus.svg'
import templateIcon from './template.svg';
import tomatoIcon from './tomato.svg';
import twitterIcon from './twitter.svg';
import volumeMaxIcon from './volume-max.svg';
import volumeMinIcon from './volume-min.svg';
import xIcon from './x.svg';
import arrowLeftIcon from "./arrow-left.svg";
import borderBrIcon from "./border-br.svg";
import checkIcon from "./check.svg";
import chillIcon from "./chill.svg";
import clockIcon from "./clock.svg";
import closeIcon from "./close.svg";
import focusIcon from "./focus.svg";
import fullscreenIcon from "./fullscreen.svg";
import historyIcon from "./history.svg";
import instagramIcon from "./instagram.svg";
import jazzyIcon from "./jazzy.svg";
import lockIcon from "./lock.svg";
import mailIcon from "./mail.svg";
import minusIcon from "./minus.svg";
import mixModeIcon from "./mix-mode.svg";
import moodIcon from "./mood.svg";
import moonIcon from "./moon.svg";
import nextIcon from "./next.svg";
import notesIcon from "./notes.svg";
import pauseIcon from "./pause.svg";
import playIcon from "./play.svg";
import plusIcon from "./plus.svg";
import prevIcon from "./prev.svg";
import profileIcon from "./profile.svg";
import rainyIcon from "./rainy.svg";
import setIcon from "./set.svg";
import settingIcon from "./setting.svg";
import skipIcon from "./skip.svg";
import sleepyIcon from "./sleepy.svg";
import startSessionIcon from "./start-session.svg";
import sunIcon from "./sun.svg";
import sunnyIcon from "./sunny.svg";
import templateIcon from "./template.svg";
import tomatoIcon from "./tomato.svg";
import twitterIcon from "./twitter.svg";
import volumeMaxIcon from "./volume-max.svg";
import volumeMinIcon from "./volume-min.svg";
import xIcon from "./x.svg";

import cityIcon from './noises/city.svg';
import cityRainIcon from './noises/city-rain.svg';
import fireplaceIcon from './noises/fireplace.svg';
import campfireIcon from './noises/campfire.svg';
import forestIcon from './noises/forest.svg';
import forestRainIcon from './noises/forest-rain.svg';
import wavesIcon from './noises/waves.svg';
import fanIcon from './noises/fan.svg';
import stormIcon from './noises/storm.svg';
import riverIcon from './noises/river.svg';
import birdIcon from './noises/bird.svg';
import peopleTalkingIcon from './noises/people.svg';
import windIcon from './noises/wind.svg';
import oceanIcon from './noises/ocean.svg';
import snowIcon from './noises/snow.svg';
import keyboardIcon from './noises/keyboard.svg';
import birdIcon from "./noises/bird.svg";
import campfireIcon from "./noises/campfire.svg";
import cityRainIcon from "./noises/city-rain.svg";
import cityIcon from "./noises/city.svg";
import fanIcon from "./noises/fan.svg";
import fireplaceIcon from "./noises/fireplace.svg";
import forestRainIcon from "./noises/forest-rain.svg";
import forestIcon from "./noises/forest.svg";
import keyboardIcon from "./noises/keyboard.svg";
import oceanIcon from "./noises/ocean.svg";
import peopleTalkingIcon from "./noises/people.svg";
import riverIcon from "./noises/river.svg";
import snowIcon from "./noises/snow.svg";
import stormIcon from "./noises/storm.svg";
import wavesIcon from "./noises/waves.svg";
import windIcon from "./noises/wind.svg";

export {
arrowLeftIcon,
borderBrIcon,
checkIcon,
chillIcon,
closeIcon,
clockIcon,
moonIcon,
focusIcon,
fullscreenIcon,
historyIcon,
instagramIcon,
jazzyIcon,
lockIcon,
mailIcon,
mixModeIcon,
moodIcon,
plusIcon,
minusIcon,
nextIcon,
sunIcon,
notesIcon,
pauseIcon,
playIcon,
prevIcon,
profileIcon,
rainyIcon,
setIcon,
settingIcon,
skipIcon,
sleepyIcon,
startSessionIcon,
sunnyIcon,
templateIcon,
tomatoIcon,
twitterIcon,
volumeMaxIcon,
volumeMinIcon,
xIcon,
cityIcon,
cityRainIcon,
fireplaceIcon,
campfireIcon,
forestIcon,
forestRainIcon,
wavesIcon,
fanIcon,
stormIcon,
riverIcon,
birdIcon,
peopleTalkingIcon,
windIcon,
oceanIcon,
snowIcon,
keyboardIcon,
arrowLeftIcon,
birdIcon,
borderBrIcon,
campfireIcon,
checkIcon,
chillIcon,
cityIcon,
cityRainIcon,
clockIcon,
closeIcon,
fanIcon,
fireplaceIcon,
focusIcon,
forestIcon,
forestRainIcon,
fullscreenIcon,
historyIcon,
instagramIcon,
jazzyIcon,
keyboardIcon,
lockIcon,
mailIcon,
minusIcon,
mixModeIcon,
moodIcon,
moonIcon,
nextIcon,
notesIcon,
oceanIcon,
pauseIcon,
peopleTalkingIcon,
playIcon,
plusIcon,
prevIcon,
profileIcon,
rainyIcon,
riverIcon,
setIcon,
settingIcon,
skipIcon,
sleepyIcon,
snowIcon,
startSessionIcon,
stormIcon,
sunIcon,
sunnyIcon,
templateIcon,
tomatoIcon,
twitterIcon,
volumeMaxIcon,
volumeMinIcon,
wavesIcon,
windIcon,
xIcon,
};
Loading

0 comments on commit 9289541

Please sign in to comment.