Skip to content

Commit 2b8a239

Browse files
authored
Merge pull request OwnTube-tv#320 from ar9708/bugfix/319-formatting
Fix formatting errors from OwnTube-tv#319
2 parents b0635d7 + d3e95c0 commit 2b8a239

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

OwnTube.tv/components/ChannelLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { spacing } from "../theme";
1313
import { useTranslation } from "react-i18next";
1414
import { Button } from "./shared";
1515
import { QrCodeLinkModal } from "./QRCodeLinkModal";
16-
import Constants from 'expo-constants';
16+
import Constants from "expo-constants";
1717

1818
interface ChannelLinkProps extends PressableProps {
1919
href: LinkProps["href"];

docs/customizations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ In the `owntube` environment that you created, specify two environment variables
1313

1414
- `CLIENT_CUSTOMIZATIONS_REPO` - the git repository clone URL that contains your customizations file (HTTPS)
1515
- `CLIENT_CUSTOMIZATIONS_FILE` - the path to the customizations file in the repository
16+
1617
In the end, the environment variables should look something like this:
1718

1819
| Name | Value |

0 commit comments

Comments
 (0)