Skip to content

Commit

Permalink
adjusted comunity icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chuma-beep committed Jan 16, 2025
1 parent 091b23f commit 09065f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions components/BlogSideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function ComponentsBlogSidebar() {
</CardContent>
</Card>

<Card>
{/* <Card>
<CardHeader>
<CardTitle>Top Posts This Week</CardTitle>
</CardHeader>
Expand All @@ -102,7 +102,7 @@ export function ComponentsBlogSidebar() {
</ul>
</ScrollArea>
</CardContent>
</Card>
</Card> */}
</div>
</aside>

Expand Down
21 changes: 8 additions & 13 deletions components/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,25 +192,21 @@ export default function LandingPage() {


</motion.div>
<motion.div className="flex flex-col gap-12 mt-8 justify-center items-center min-w-[200px] min-h-[200px] w-full sm:w-1/2" variants={fadeInUp}>
{/* <button>
start writing
</button> */}
<motion.div className="flex flex-col gap-12 mt-8 mb-8 justify-center items-center min-w-[200px] min-h-[200px] w-full sm:w-1/2" variants={fadeInUp}>
<div className="flex items-center justify-center">
<div className="relative group">
<button
className="relative inline-block p-px font-semibold leading-6 text-white bg-blue-800 shadow-2xl cursor-pointer rounded-xl shadow-zinc-900 transition-transform duration-300 ease-in-out hover:scale-105 active:scale-95"
>
className="relative inline-block p-px font-semibold leading-6 text-white bg-blue-800 shadow-2xl cursor-pointer rounded-xl shadow-zinc-900 transition-transform duration-300 ease-in-out hover:scale-105 active:scale-95">
<span
className="absolute inset-0 rounded-xl bg-gradient-to-r from-teal-300 via-blue-300 to-purple-400 p-[2px] opacity-0 transition-opacity duration-500 group-hover:opacity-100"
></span>
className="absolute inset-0 rounded-xl bg-gradient-to-r from-teal-300 via-blue-300 to-purple-400 p-[2px] opacity-0 transition-opacity duration-500 group-hover:opacity-100">

</span>

<span className="relative z-10 block px-6 py-3 rounded-xl bg-blue-800">
<div className="relative z-10 flex items-center space-x-2">
<span className="transition-all duration-500 group-hover:translate-x-1"
>
<Link
// href="/login"
href={'/login'}
>

Expand All @@ -223,12 +219,11 @@ export default function LandingPage() {
aria-hidden="true"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
xmlns="http://www.w3.org/2000/svg">
<path
clip-rule="evenodd"
clipRule="evenodd"
d="M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10 8.22 6.28a.75.75 0 0 1 0-1.06Z"
fill-rule="evenodd"
fillRule="evenodd"
></path>
</svg>
</div>
Expand Down

0 comments on commit 09065f7

Please sign in to comment.