fix missing and incorrectly sized icons

This commit is contained in:
husky 2023-07-31 04:21:35 -07:00
parent db3eac2b0b
commit d383d7fe00
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<div class="container"> <div class="container">
<div class="container-item"> <div class="container-item">
<img src="/assets/products/yiffos_support.svg" alt="icon showing yiffOS support logo"/> <img class="header-icon" src="/assets/products/yiffos_support.svg" alt="icon showing yiffOS support logo"/>
<h1>yiffOS</h1> <h1>yiffOS</h1>
<table class="yiffos-table"> <table class="yiffos-table">

View file

@ -10,7 +10,7 @@
<body> <body>
<div class="container"> <div class="container">
<div class="container-item"> <div class="container-item">
<img src="/assets/products/yiffOS%20support.png" alt="icon showing yiffOS support logo"/> <img class="header-icon" src="/assets/products/yiffos_support.svg" alt="icon showing yiffOS support logo"/>
<h1>yiffOS</h1> <h1>yiffOS</h1>
<table class="yiffos-table"> <table class="yiffos-table">