Skip to content

Commit

Permalink
👽️ Update Matters domain (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored and nwingt committed May 5, 2023
1 parent eec4732 commit c2c507c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/screens/content-view-screen/content-view-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ const injectedJavaScript = `${
window.onload = function() {
let host = window.location.host;
switch (host) {
case 'matters.news': {
case 'matters.news':
case 'matters.town': {
const site = 'matters';
notifyAppForCustomSite({ site: site });
function checkMattersFinishLoading() {
Expand Down

0 comments on commit c2c507c

Please sign in to comment.