Skip to content

Commit

Permalink
fix convention and remove funding banner
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-arya1 committed Dec 29, 2023
1 parent 489f617 commit ba76056
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .github/FUNDING.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

4 changes: 2 additions & 2 deletions src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Clock from '../components/clock';
import teamCartographerLogo from '../../assets/icons/team_cartographer_logo_rounded_edges.png';
import './App.css';

function Hello() {
function MainPage() {
return (
<div className="flex flex-col items-left pl-2 justify-center default-font">
<img
Expand All @@ -23,7 +23,7 @@ export default function App() {
return (
<Router>
<Routes>
<Route path="/" element={<Hello />} />
<Route path="/" element={<MainPage />} />
</Routes>
</Router>
);
Expand Down

0 comments on commit ba76056

Please sign in to comment.