summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorLawnCable <git@lawncable.net>2021-02-28 18:33:18 +0100
committerLawnCable <git@lawncable.net>2021-02-28 18:33:18 +0100
commitfcfa431dc4373ca3223a798e55855e9904086bed (patch)
tree649ba58ede9298b89b99a0af39545504e099ab76 /assets
parent476adc1800c5581d0ba5d62f15127614ee6df24f (diff)
downloadelectron-fcfa431dc4373ca3223a798e55855e9904086bed.tar.gz
electron-fcfa431dc4373ca3223a798e55855e9904086bed.tar.bz2
electron-fcfa431dc4373ca3223a798e55855e9904086bed.tar.xz
electron-fcfa431dc4373ca3223a798e55855e9904086bed.zip
remove lawncable from name, transfer author to tmw2 team
Diffstat (limited to 'assets')
-rw-r--r--assets/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/index.html b/assets/index.html
index 5785936..f09da01 100644
--- a/assets/index.html
+++ b/assets/index.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
- <title>LawnCable's Mana Launcher</title>
+ <title>Mana Launcher</title>
<link rel="stylesheet" href="./index.css">
<link rel="stylesheet" href="./lib/animate.min.css">
</head>
@@ -11,7 +11,7 @@
<div class="outer_wrapper">
<div id="topbar">
- <span>LawnCable's Mana Launcher</span>
+ <span>Mana Launcher</span>
<div class="topbar-btn-container">
<button id="debug"><i class="fas fa-terminal"></i></button>
<button id="minimize"><i class="fas fa-minus"></i></button>