mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
update dependencies, change license icon
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Material Icons'), local('MaterialIcons-Regular'),
|
||||
url('../fonts/MaterialIcons/MaterialIcons-400.woff2') format('woff2'),
|
||||
url('../fonts/MaterialIcons/MaterialIcons-400.woff') format('woff');
|
||||
url('../fonts/MaterialIcons/MaterialIcons-Regular.woff2') format('woff2'),
|
||||
url('../fonts/MaterialIcons/MaterialIcons-Regular.woff') format('woff');
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
|
||||
@ -92,7 +92,7 @@ const AboutTab = () => {
|
||||
className="flex justify-center items-center mt-4 bg-gray-600 hover:bg-gray-700 text-white text-sm font-medium py-2 px-5 rounded"
|
||||
>
|
||||
<div className="flex justify-center items-center">
|
||||
<i className="material-icons mr-2 font-bold text-base">policy</i>
|
||||
<i className="material-icons mr-2 font-bold text-base">gavel</i>
|
||||
<span className="text-sm">{t('about.license.buttons.mitLicense')}</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user