From 374e8806d6bfb2d4ac7091104bcbefae67696908 Mon Sep 17 00:00:00 2001 From: Jason Frank Date: Sun, 24 Jul 2022 16:07:05 -0400 Subject: [PATCH 1/2] Added funky paragraph for testing --- pages/temp.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/temp.js b/pages/temp.js index 8e22381..4d671c5 100644 --- a/pages/temp.js +++ b/pages/temp.js @@ -2,6 +2,12 @@ import styled from "styled-components"; import Layout from "../components/layout"; import { Container, Main } from "../components/_sharedStyles"; +const FunkyP = styled.p` + background-color: pink; + margin: 36px; + padding: 8px 12px; + border-radius: 4px; +`; export default function Temp() { return ( @@ -9,6 +15,7 @@ export default function Temp() {

This is the `Temp` component!

This is a new paragraph!

+ Pink paragraphs are really neat!
); From 3c2bdf03d7ab76b987962e444f9fa31c04d359eb Mon Sep 17 00:00:00 2001 From: jason-test1 Date: Sun, 24 Jul 2022 16:48:56 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95d6ccb..457cfc5 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ An app that gamifies how a group of people treat each other. It's really fun! My wife came up with the idea and our whole family played it on vacation. It changed how we treated each other and was super fun. -To begin with, we're aiming the app at families. We might also branch-out to work teams as a team-building game. +To begin with, we're aiming the app at families. Later, we might also branch-out to work teams as a team-building game. -Being nice rocks. \ No newline at end of file +Being nice rocks.