Skip to content

Commit

Permalink
style: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhish7k committed Jul 27, 2024
1 parent 183f0ff commit ec01eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/FeatureSection/FeatureSectionGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const SkeletonThree = () => {

return (
<Link
href="https://www.youtube.com/watch?v=RPa3_AD1_Vs"
href="https://discord.com/invite/AB2vCdyw"
target="__blank"
className="relative flex gap-10 h-full group/image border-b"
>
Expand Down
2 changes: 1 addition & 1 deletion components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function Footer() {
</div>

{/* Important links */}
<div className="flex flex-col gap-6">
<div className="flex flex-col gap-6 ml-1">
<h1 className="text-2xl font-semibold">Important Links</h1>
<div className="flex flex-col gap-4 font-medium text-gray-600 dark:text-gray-400">
<Link href="https://discord.com/invite/AB2vCdyw">
Expand Down

0 comments on commit ec01eaa

Please sign in to comment.