Skip to content

Commit 6cbc779

Browse files
author
guyettinger
committed
project title style
1 parent 44c7dd4 commit 6cbc779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blocks/Header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export const Header = ({ className, ...rest }: HeaderProps) => {
228228
<ul className="grid gap-3 p-6 md:w-[400px] lg:w-[600px] lg:grid-cols-[1fr_1fr] list-none">
229229
{projectData?.map((project) => (
230230
<li key={project.id}>
231-
<div className="flex items-center gap-2 text-sm text-foreground font-medium">
231+
<div className="flex items-center gap-2 text-sm text-secondary-foreground font-medium">
232232
<span>{project.title}</span>
233233
</div>
234234
{project.description && (

0 commit comments

Comments
 (0)