You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Thanks to <b><atarget="_blank"href={"https://snail-ide.com/profile?user="+projectDetailCache[String(window.LastFetchedProject.remix)]?.owner}>{projectDetailCache[String(window.LastFetchedProject.remix)]?.owner}</a></b> for the original project <b><ahref={window.location.origin+"/#"+projectDetailCache[String(window.LastFetchedProject.remix)]?.id}>{projectDetailCache[String(window.LastFetchedProject.remix)]?.name}</a></b>.</p>
<p>Thanks to <b><atarget="_blank"href={"https://snailshare.vercel.app/profile?user="+projectDetailCache[String(window.LastFetchedProject.remix)]?.owner}>{projectDetailCache[String(window.LastFetchedProject.remix)]?.owner}</a></b> for the original project <b><ahref={window.location.origin+"/#"+projectDetailCache[String(window.LastFetchedProject.remix)]?.id}>{projectDetailCache[String(window.LastFetchedProject.remix)]?.name}</a></b>.</p>
@@ -410,7 +403,7 @@ class Interface extends React.Component {
410
403
</div>
411
404
) : null}
412
405
{((window.LastFetchedProject)!=null) ? (
413
-
<atarget="_blank"href={"https://snail-ide.com/profile?user="+window.LastFetchedProject.owner}>View other projects by {window.LastFetchedProject.owner}</a>
406
+
<atarget="_blank"href={"https://snailshare.vercel.app/profile?user="+window.LastFetchedProject.owner}>View other projects by {window.LastFetchedProject.owner}</a>
414
407
) : null}
415
408
<divclassName={styles.section}>
416
409
<p>
@@ -428,7 +421,7 @@ class Interface extends React.Component {
0 commit comments