Skip to content

Commit

Permalink
Add svg icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ziishaned committed Apr 18, 2019
1 parent df8e6cd commit e6387f8
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, {Component} from 'react';
import {Redirect} from 'react-router-dom';
import {ErrorMessage, Field, Form, Formik} from 'formik';

import logo from '../icons/logo.png';
import logo from '../icons/logo.svg';

const SETTING_SCHEMA = Yup.object().shape({
name: Yup.string().required('Name is required field.'),
Expand Down
Binary file removed src/icons/logo.png
Binary file not shown.
Loading

0 comments on commit e6387f8

Please sign in to comment.