diff --git a/static/img/hacklogo.png b/static/img/hacklogo.png deleted file mode 100644 index 83d3e53..0000000 Binary files a/static/img/hacklogo.png and /dev/null differ diff --git a/static/img/hackwpilogo.png b/static/img/hackwpilogo.png new file mode 100644 index 0000000..b080e23 Binary files /dev/null and b/static/img/hackwpilogo.png differ diff --git a/templates/index.html b/templates/index.html index eddc0aa..346388f 100755 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ <!--Logo + Date+ Hosted By --> <div class="container"> <div class="row center"> - <img src="../static/img/hacklogo.png" alt="logo" style='height: 100%; width: 100%; object-fit: contain'/> + <img src="../static/img/hackwpilogo.png" alt="logo" style='height: 100%; width: 100%; object-fit: contain'/> </div> </div>