Skip to content

Commit

Permalink
updated homepage, link to docs, updated theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
xdamman committed Sep 7, 2020
1 parent 48bee81 commit 688bfe0
Show file tree
Hide file tree
Showing 7 changed files with 321 additions and 22 deletions.
4 changes: 2 additions & 2 deletions frontend/components/Tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import styled from "styled-components";

const Tag = styled.div`
border-radius: 5px;
border: 1px solid #badafe;
color: #3b84fd;
border: 1px solid rgb(153, 202, 255);
color: rgb(51, 134, 255);
padding: 1px 8px;
float: left;
margin: 2px 2px;
Expand Down
1 change: 1 addition & 0 deletions frontend/lib/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export function map(template, data) {
name: "fields.Name",
email: "fields.Email",
description: "fields.Description",
longDescription: "fields.LongDescription",
gender: "fields.Gender",
city: "fields.City",
country: "fields.Country",
Expand Down
Loading

1 comment on commit 688bfe0

@vercel
Copy link

@vercel vercel bot commented on 688bfe0 Sep 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.