mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
Merge branch 'develop' of github.com:AmruthPillai/Reactive-Resume into template/glalie
This commit is contained in:
@ -117,7 +117,7 @@ const Gengar = () => {
|
|||||||
<div key={x.title} className="mb-3">
|
<div key={x.title} className="mb-3">
|
||||||
<h6 className="font-semibold">{x.title}</h6>
|
<h6 className="font-semibold">{x.title}</h6>
|
||||||
<p className="text-xs">{x.subtitle}</p>
|
<p className="text-xs">{x.subtitle}</p>
|
||||||
<ReactMarkdown className="mt-2 text-sm" source={x.description} />
|
<ReactMarkdown className="mt-2 text-sm break-words" source={x.description} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user