update dependencies, change license icon

This commit is contained in:
Amruth Pillai
2020-06-24 08:40:20 +05:30
parent 934ca26d20
commit 49621b86a6
7 changed files with 2675 additions and 1306 deletions

View File

@ -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 {

View File

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