Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Name changed #4

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .flycode.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "0.1"
environments:
- name: master
branch: master
mode: pull-request
apps:
- name: flycode-react-redux-example-app
path: ""
text-resources:
- path: "*.tsx"
format: react-hardcoded
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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>Conduit</title>
<title>El Therado 22</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const LoggedInView = props => {

<li className="nav-item">
<Link to="/" className="nav-link">
Home
House
</Link>
</li>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Banner = ({ appName, token }) => {
<h1 className="logo-font">
{appName.toLowerCase()}
</h1>
<p>A place to share your knowledge.</p>
<p>Leggooo</p>
</div>
</div>
);
Expand Down