mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-01 04:26:37 -04:00
less resource-intensive methods of parsing URLs
This commit is contained in:
@ -16,7 +16,7 @@ const TweetEmbed = ({ id, options }: TweetEmbedProps) => {
|
||||
options={{
|
||||
dnt: true,
|
||||
align: "center",
|
||||
theme: activeTheme === "dark" ? "dark" : "light",
|
||||
theme: activeTheme === "dark" ? activeTheme : "light",
|
||||
...options,
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user