Skip to content

Commit

Permalink
add young beginner doc and the beginnings of make a Scritch class UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddy Carter authored and Maddy Carter committed Oct 13, 2023
1 parent 77ddd60 commit 6504eed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/yb.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<script>
window.location.href =
"https://docs.google.com/document/d/1QKRDIeRw0c-xBd6S8TbgyKKXSNER0X2xOrl94B9FGtk/edit?usp=share_link";
</script>
2 changes: 0 additions & 2 deletions src/components/Scritch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ const TransferScritchStudent = () => {
const [isUpperCase, setIsUpperCase] = useState(false);
const [classTitle, setClassTitle] = useState(""); // New state for class title

console.log(classCode);

const handleClassTitleChange = (e) => {
setClassTitle(e.target.value);
};
Expand Down
1 change: 1 addition & 0 deletions src/components/Scritch/scritch.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.main-content {
margin-top: 80px;
max-width: 1200px;
display: flex;
justify-content: space-between; /* Adjust as needed */
.form-container {
Expand Down

0 comments on commit 6504eed

Please sign in to comment.