Skip to content

Commit

Permalink
Merge pull request #140 from lukechilds/umbrel-tweaks
Browse files Browse the repository at this point in the history
Umbrel connection page tweaks
  • Loading branch information
Evanfeenstra authored Dec 28, 2020
2 parents f76cc89 + cb1dbe9 commit 8879104
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file removed dist/public/favicon.ico
Binary file not shown.
5 changes: 3 additions & 2 deletions dist/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html>

<head>
<link rel="icon" type="image/ico" href="static/favicon.ico">
<title>Sphinx Relay</title>
<link rel="icon" href="/static/sphinx-logo.png">
<style>
html {
font-family: Arial, Helvetica, sans-serif;
Expand Down Expand Up @@ -87,4 +88,4 @@
</script>
</body>

</html>
</html>
5 changes: 3 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html>

<head>
<link rel="icon" type="image/ico" href="static/favicon.ico">
<title>Sphinx Relay</title>
<link rel="icon" href="/static/sphinx-logo.png">
<style>
html {
font-family: Arial, Helvetica, sans-serif;
Expand Down Expand Up @@ -87,4 +88,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 8879104

Please sign in to comment.