Skip to content

Commit

Permalink
extension
Browse files Browse the repository at this point in the history
  • Loading branch information
meetarora10 committed Jul 7, 2024
1 parent 2f2e571 commit 6ef17c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Extension.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const extensions = [
const Extensions = () => {
return (
<div className="container">
<h1 className="title">Extensions</h1>
<h1 className="title" style={{ marginTop: "60px", color:'white'}}>Extensions</h1>
<div className="grid-container">
{extensions.map((extension, index) => (
<div key={index} className="grid-item">
Expand Down

0 comments on commit 6ef17c4

Please sign in to comment.