Skip to content

Commit

Permalink
Revert "Added github in footer"
Browse files Browse the repository at this point in the history
This reverts commit fc835b8.
  • Loading branch information
strobosco committed Oct 31, 2021
1 parent fc835b8 commit 304959b
Show file tree
Hide file tree
Showing 150 changed files with 8 additions and 173,070 deletions.
22 changes: 4 additions & 18 deletions frontend/components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,30 +1,16 @@
import React from "react";

import { Box, Flex, Container, IconButton, Icon } from "@chakra-ui/react";
import { GrGithub } from "react-icons/gr";

const Footer = () => {
return (
<footer>
<Box>
<Container maxW="100%" width="80%" className="footer-container">
<Flex align="center" justify="space-between" wrap="wrap">
<div className="intro-text">
<h2>Help us out!</h2>
<p>
Reach out to us with any questions, concerns, or suggestions!
</p>
</div>
<IconButton
aria-label="GitHub"
as="a"
href="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/strobosco/CSCHacks"
rel="noopener noreferrer"
target="_blank"
color="white"
icon={<Icon as={GrGithub} fontSize="60px" bg="secondary" />}
/>
</Flex>
<div className="intro-text">
<h2>Connect with us!</h2>
<p>Reach out to us with any questions, concerns, or suggestions!</p>
</div>
</Container>
</Box>
</footer>
Expand Down
9 changes: 4 additions & 5 deletions frontend/components/SongsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ const SongsList = ({ songs, rootName, uris }) => {
<Container maxW="100%" width="100%" className="playlist-container">
{songs.map((s, idx) => (
<>
<Flex key={`${idx}_flex`} py={3} flexDir="row">
<Flex py={3} flexDir="row">
<div key={`${idx}_div`} className="playlist-div">
<Flex key={`${idx}_title`} flexDir="row">
<Flex flexDir="row">
<h1 key={`${idx}_h1`}>{`${rootName}_${idx + 1}`}</h1>
<h2 key={`${idx}_h2`}>{s.length} songs</h2>
<h2>{s.length} songs</h2>
</Flex>
<p key={`${idx}_p`}>{s.join(", ")}</p>
</div>
<Button
key={`${idx}_b`}
bg="buttons"
onClick={() => {
createPlaylists(
Expand All @@ -39,7 +38,7 @@ const SongsList = ({ songs, rootName, uris }) => {
Create
</Button>
</Flex>
<Divider key={`${idx}_divider`} width="60%" mx="auto" my={6} />
<Divider width="60%" mx="auto" my={6} />
</>
))}
</Container>
Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/loose-envify

This file was deleted.

55 changes: 0 additions & 55 deletions node_modules/.package-lock.json

This file was deleted.

151 changes: 0 additions & 151 deletions node_modules/js-tokens/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions node_modules/js-tokens/LICENSE

This file was deleted.

Loading

0 comments on commit 304959b

Please sign in to comment.