revamp template

This commit is contained in:
fro1991
2025-02-01 16:44:51 +07:00
parent c432df568a
commit 276a289580
1212 changed files with 112762 additions and 0 deletions

View File

@ -0,0 +1,17 @@
import { TimelinesWrapper } from '@/partials/timelines/default/item';
const ActivitiesDesignerWelcome = () => {
return (
<TimelinesWrapper icon="design-1" line={true}>
<div className="flex flex-col">
<div className="text-sm text-gray-800">
Onboarded a talented designer to our creative team, adding valuable expertise to upcoming
projects.
</div>
<span className="text-xs text-gray-600">2 weeks ago, 10:45 AM</span>
</div>
</TimelinesWrapper>
);
};
export { ActivitiesDesignerWelcome };