Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
fix: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Brud committed Feb 18, 2024
1 parent ac6ed22 commit 65f3ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import { Hello } from './components/Hello/Hello';

function App() {
return <Hello text={'HELLO NAVMAP cypress'} />;
return <Hello text={'HELLO NAVMAP cypress 2'} />;
}

export default App;

0 comments on commit 65f3ceb

Please sign in to comment.