Fix SVG
This commit is contained in:
parent
84d7289507
commit
43a41fdcac
2 changed files with 3 additions and 3 deletions
|
@ -73,7 +73,7 @@ simplicity and personal policy. Dates are rough estimates in many cases.
|
||||||
<td>Quit</td>
|
<td>Quit</td>
|
||||||
<tr/>
|
<tr/>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Mixon Hill Inc.</td>
|
<td>Mixon Hill</td>
|
||||||
<td>Systems Engineer</td>
|
<td>Systems Engineer</td>
|
||||||
<td>2017-12-01</td>
|
<td>2017-12-01</td>
|
||||||
<td>2019-06-10</td>
|
<td>2019-06-10</td>
|
||||||
|
|
|
@ -95,8 +95,8 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/salary">
|
<a href="/salary">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" strokeWidth="1.5" stroke="currentColor" height="24" width="24">
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" width="24" height="24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" d="M12 6v12m-3-2.818l.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
|
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v12m-3-2.818l.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
|
||||||
</svg>
|
</svg>
|
||||||
Salary Transparency
|
Salary Transparency
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue