Merge branch 'master' of github.com:AmruthPillai/Reactive-Resume into feature/markdown

This commit is contained in:
Amruth Pillai
2020-03-26 23:35:26 +05:30
2 changed files with 2 additions and 2 deletions

View File

@ -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>
); );

View File

@ -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>
); );