See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| import React from 'react'; | |
| import styled, { css } from 'styled-components'; | |
| import NextLink from 'next/link'; | |
| const BASE_URL = 'http://alurakut.vercel.app/'; | |
| const v = '1'; | |
| function Link({ href, children, ...props }) { | |
| return ( |