Skip to content

Commit

Permalink
logo .png --> .svg
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercin-G committed Sep 19, 2023
1 parent aa33f40 commit 3dd8a75
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="./client/src/style/themes/7cav/logo-m.png"></p>
<p align="center"><img src="./client/src/style/themes/7cav/logo.svg"></p>

## Overview
[![Server ADR Deployment](https://github.com/7Cav/adr/actions/workflows/server_adr_push.yml/badge.svg)](https://github.com/7Cav/adr/actions/workflows/server_adr_push.yml)
Expand Down
6 changes: 3 additions & 3 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ function MilpacRequest() {
<div className="p-nav-logo">
<a href="https://7cav.us">
<img
className="p-nav-png"
src={require("./style/themes/7cav/logo-m.png")}
className="p-nav-svg"
src={require("./style/themes/7cav/logo.svg")}
alt="ADR Logo"
title="Return to the main website"
width=""
width="225em"
height=""
/>
</a>
Expand Down
Binary file removed client/src/style/themes/7cav/logo-m.png
Binary file not shown.
Loading

0 comments on commit 3dd8a75

Please sign in to comment.