mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 17:02:58 +02:00
Update image on quote message
This commit is contained in:
1
.astro/types.d.ts
vendored
1
.astro/types.d.ts
vendored
@@ -1,2 +1 @@
|
|||||||
/// <reference types="astro/client" />
|
/// <reference types="astro/client" />
|
||||||
/// <reference path="content.d.ts" />
|
|
@@ -1,4 +1,4 @@
|
|||||||
import { Award, QuoteIcon, Trophy } from 'lucide-react';
|
import { Award, Trophy } from 'lucide-react';
|
||||||
|
|
||||||
export function AuthorQuoteMessage() {
|
export function AuthorQuoteMessage() {
|
||||||
return (
|
return (
|
||||||
@@ -45,7 +45,7 @@ export function AuthorQuoteMessage() {
|
|||||||
|
|
||||||
<div className="mt-8 flex items-center gap-4">
|
<div className="mt-8 flex items-center gap-4">
|
||||||
<img
|
<img
|
||||||
src="https://assets.roadmap.sh/guest/kamran-lqjta.jpeg"
|
src="https://github.com/kamranahmedse.png"
|
||||||
alt="Kamran Ahmed"
|
alt="Kamran Ahmed"
|
||||||
className="size-14 rounded-full ring-2 ring-yellow-500/20"
|
className="size-14 rounded-full ring-2 ring-yellow-500/20"
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user