Skip to content

Commit

Permalink
Merge pull request #90 from cse442-fall-2019-offering/bugfix/unnecess…
Browse files Browse the repository at this point in the history
…ary-template-button

(#10) Removed unnecessary upload button on template page
  • Loading branch information
haanmiba authored Dec 3, 2019
2 parents 5839ef1 + b94c081 commit 5fd1735
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Frontend/src/components/templateGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ export default function TemplateGenerator() {
<Button type="submit">Upload</Button>
</Form>

<button onClick={handlePosterGeneration}>Create post</button>

<div className="editImageField" ref={contentContainerRef}>
<h1 style={{ position: "relative", bottom: -90 }}>{topText}</h1>

Expand Down

0 comments on commit 5fd1735

Please sign in to comment.