1
0
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:
Kamran Ahmed
2025-07-30 04:57:48 +01:00
parent ed0ac20592
commit c0a391fe6b
2 changed files with 2 additions and 3 deletions

1
.astro/types.d.ts vendored
View File

@@ -1,2 +1 @@
/// <reference types="astro/client" /> /// <reference types="astro/client" />
/// <reference path="content.d.ts" />

View File

@@ -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"
/> />