Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjadair committed Apr 14, 2020
1 parent 640fc30 commit 7b2205f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### ![GA](https://cloud.githubusercontent.com/assets/40461/8183776/469f976e-1432-11e5-8199-6ac91363302b.png) General Assembly, Software Engineering Immersive

# 'The Kitchen'
# 'The Kitchen'🍴

## Overview

Expand Down
2 changes: 1 addition & 1 deletion backend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- <link href="../../reset.css" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Alfa+Slab+One|Anton|Archivo+Black|Bowlby+One+SC|Oswald|Prata|Sulphur+Point|Tinos&display=swap" rel="stylesheet">
<title>Project 3</title>
<title>The Kitchen</title>
</head>
<body>
<div id="root"></div>
Expand Down
6 changes: 0 additions & 6 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ module.exports = {
module: {
rules: [
{ test: /\.jsx?$/, loader: 'babel-loader', exclude: /node_modules/ },
// {
// loader: 'react-svg-loader',
// options: {
// jsx: true
// }
// },
{ test: /\.css$/, loader: ['style-loader', 'css-loader'] },
{ test: /\.s(a|c)ss$/, loader: ['style-loader', 'css-loader', 'sass-loader'] },
{ test: /\.json$/, loader: 'json' },
Expand Down

0 comments on commit 7b2205f

Please sign in to comment.