mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: export title issue
This commit is contained in:
parent
5dea757969
commit
d0cabd8662
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ const OrgHomePage = async (params: any) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
export const Title = (props: any) => {
|
const Title = (props: any) => {
|
||||||
return (
|
return (
|
||||||
<div className="home_category_title flex my-5">
|
<div className="home_category_title flex my-5">
|
||||||
<div className="rounded-full ring-1 ring-slate-900/5 shadow-sm p-2 my-auto mr-4">
|
<div className="rounded-full ring-1 ring-slate-900/5 shadow-sm p-2 my-auto mr-4">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue