mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-07-25 22:51:35 +00:00
fixed
This commit is contained in:
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"recommendations": ["bradlc.vscode-tailwindcss"]
|
||||||
|
}
|
||||||
@@ -14,9 +14,7 @@ export const Activity: React.FC<ActivityProps> = ({ activity }) => {
|
|||||||
return (
|
return (
|
||||||
<div className="p-4 border border-gray-300 rounded-lg mb-4 flex flex-col">
|
<div className="p-4 border border-gray-300 rounded-lg mb-4 flex flex-col">
|
||||||
<h4 className="text-lg font-semibold">{activity.title}</h4>
|
<h4 className="text-lg font-semibold">{activity.title}</h4>
|
||||||
<p className="flex-grow mb-2 text-gray-700">
|
<p className="grow mb-2 text-gray-700">{activity.description}</p>
|
||||||
{activity.description}
|
|
||||||
</p>
|
|
||||||
{activity.url && (
|
{activity.url && (
|
||||||
<Link
|
<Link
|
||||||
href={activity.url}
|
href={activity.url}
|
||||||
|
|||||||
Reference in New Issue
Block a user