Skip to content

Instantly share code, notes, and snippets.

View alauracarlotta's full-sized avatar
🏃‍♀️
Studing right now

A Laura Carlotta alauracarlotta

🏃‍♀️
Studing right now
View GitHub Profile

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@alauracarlotta
alauracarlotta / AluraCommons.js
Created July 12, 2021 15:51 — forked from juunegreiros/AluraCommons.js
Aula 1 - Imersão React 3
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 (