mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
Merge branch 'master' of github.com:AmruthPillai/Reactive-Resume into feature/markdown
This commit is contained in:
@ -44,7 +44,7 @@ const Gengar = () => {
|
|||||||
{icon}
|
{icon}
|
||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<span className="text-sm font-medium">{value}</span>
|
<span className="text-sm font-medium break-all">{value}</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -39,7 +39,7 @@ const Onyx = () => {
|
|||||||
<span className="material-icons text-lg mr-2" style={{ color: theme.colors.accent }}>
|
<span className="material-icons text-lg mr-2" style={{ color: theme.colors.accent }}>
|
||||||
{icon}
|
{icon}
|
||||||
</span>
|
</span>
|
||||||
<span className="font-medium">{value}</span>
|
<span className="font-medium break-all">{value}</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user