1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-22 21:53:10 +02:00

Rename Dot -> Circle

This commit is contained in:
Phuoc Nguyen
2019-11-17 13:24:58 +07:00
parent bcaf56c518
commit 53f528b1b9
7 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
const Dot = ({ size = 16 }) => {
const Circle = ({ size = 16 }) => {
return (
<div
className="bg-black-30 br-pill"
@@ -12,4 +12,4 @@ const Dot = ({ size = 16 }) => {
);
};
export default Dot;
export default Circle;