mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-20 05:06:20 +01:00
6 lines
155 B
React
6 lines
155 B
React
![]() |
export default function SecondaryText({ children }) {
|
||
|
return (
|
||
|
<span className="text-theme-800 dark:text-theme-200 text-xs">{children}</span>
|
||
|
);
|
||
|
}
|