Skip to content

Commit

Permalink
Started renaming everything to morpheus.
Browse files Browse the repository at this point in the history
  • Loading branch information
kajdreef committed Nov 15, 2020
1 parent 72dddd7 commit 831a8d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Test Matrix Visualization for Program Comprehension"
content="Morpheus - Test Matrix Visualization"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand All @@ -24,7 +24,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>Test Matrix Visualization</title>
<title>Morpheus</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Test Matrix Visualization",
"name": "Test Matrix Visualization",
"short_name": "Morpheus",
"name": "Morpheus - Test Matrix Visualization",
"icons": [
{
"src": "favicon.ico",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import './App.scss';
function App() {
return (
<div className='app'>
<Header title='SpiderTest'/>
<Header title="Morpheus"/>
<Router>
<nav>
<Link to="/about">About</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import App from './App';

test('renders learn react link', () => {
const { getByText } = render(<App />);
const linkElement = getByText(/SpiderTest/i);
const linkElement = getByText(/Morpheus/i);
expect(linkElement).toBeInTheDocument();
});

0 comments on commit 831a8d2

Please sign in to comment.