Skip to content

Commit

Permalink
Merge branch 'main' of github.com:NEARBuilders/trylivepeer.near into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
bb-face committed May 30, 2024
2 parents c65c178 + ef3d122 commit bca79fc
Show file tree
Hide file tree
Showing 5 changed files with 1,305 additions and 1,640 deletions.
34 changes: 0 additions & 34 deletions gateway/src/components/Broadcast/WatchStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,6 @@ const Container = styled.div`
color: #a5a5a5;
`;

const Form = styled.form`
display: flex;
flex-direction: column;
gap: 16px;
`;

const Input = styled.input`
padding: 12px;
border: 1px solid #444;
border-radius: 4px;
background-color: #1c1c1c;
color: #a5a5a5;
font-size: 14px;
&:focus {
outline: none;
border-color: #666;
}
`;

const Button = styled.button`
padding: 12px 16px;
border: none;
border-radius: 4px;
background-color: #000;
color: #a5a5a5;
font-size: 14px;
cursor: pointer;
transition: background-color 0.3s ease;
&:hover {
background-color: #1c1a1a;
}
`;
const IframeContainer = styled.div`
margin-top: 16px;
`;
Expand Down
2 changes: 1 addition & 1 deletion gateway/src/components/Player/GetSrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useEffect } from "react";
import React from "react";
import { getSrc } from "@livepeer/react/external";

import { createLivepeerInstance } from "./LivepeerInstance";
Expand Down
Loading

0 comments on commit bca79fc

Please sign in to comment.