Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Contact_us.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Contact_us = () => {
align-item:center;
justify-content:center;
font-size:3rem;
margin:1rem;
margin:auto;
color:#f638dc;

}
Expand Down
3 changes: 2 additions & 1 deletion components/Cover.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from "react";
import { Link } from "react-router-dom";

function Cover() {
return (
Expand All @@ -19,7 +20,7 @@ function Cover() {
</div>
<div className="inf-btn">
<button className="trans-btn">Know us</button>
<button className="trans-btn">Contact Us</button>
<button className="trans-btn">Contact Us</button>
</div>
</div>
<img
Expand Down
Loading