mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 00:57:53 +02:00
parent
4b1e28afc4
commit
110f7f9473
2 changed files with 8 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 102.239 107.506" height="114.673" width="109.055"><g fill="none" stroke-width="20" stroke-linecap="round"><path d="M10.061 97.035L51.12 10.129" stroke="#ccc"/><path d="M51.12 10.471l41.057 86.906" stroke="#f15a2a"/></g></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 102.239 107.506" height="114.673" width="109.055"><g fill="none" fill-rule="evenodd" stroke-width="20" stroke-linecap="round"><path d="M10.061 97.035L51.12 10.129" stroke="#ccc"/><path d="M51.12 10.471l41.057 86.906" stroke="#f15a2a"/></g></svg>
|
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 298 B |
|
@ -1,3 +1,10 @@
|
||||||
|
/**
|
||||||
|
* Copyright (c) 2017-present, Facebook, Inc.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*/
|
||||||
|
|
||||||
// Turn off ESLint for this file because it's sent down to users as-is.
|
// Turn off ESLint for this file because it's sent down to users as-is.
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue