Skip to content

Commit

Permalink
last formating problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique-mazzoleni committed Sep 12, 2023
1 parent 596604f commit 85cc4ce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion web/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export default {
tailwindcss: {},
autoprefixer: {},
},
}
}
4 changes: 2 additions & 2 deletions web/src/layouts/Hero.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line no-unused-vars
import React from 'react';
import PropTypes from 'prop-types';
import React from "react";
import PropTypes from "prop-types";

const Hero = ({ children }) => {
return <>{children}</>;
Expand Down
2 changes: 1 addition & 1 deletion web/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<App />
</React.StrictMode>,
)
)
6 changes: 3 additions & 3 deletions web/src/pages/Contributors/Contributors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ const Contributors = () => {
className="sm:text-3xl text-2xl font-bold title-font mb-4 text-white"
ref={observerRef}
>
{' '}
A{' '}
{" "}
A{" "}
<span className="text-4xl text-yellow-400 font-extrabold animate-pulse">
Big Thanks
</span>{' '}
</span>{" "}
to all our Contributors.
</h1>
<p className="lg:w-2/3 mx-auto leading-relaxed italic md:text-base lg:text-xl">
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Issues/ListOfOrgs/listOfOrgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1349,4 +1349,4 @@ const projectList = [
],
},
];
export default projectList;
export default projectList;

0 comments on commit 85cc4ce

Please sign in to comment.