Skip to content

Commit fec5a7c

Browse files
author
crzypatchwork
committed
remove symbol
1 parent 6bd2c2b commit fec5a7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/media-types/html/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const HTMLComponent = (props) => {
134134
<div className={styles.button}>
135135
<Button>
136136
<VisuallyHidden>View</VisuallyHidden>
137-
<svg
137+
{/* <svg
138138
width="30"
139139
height="30"
140140
viewBox="0 0 30 30"
@@ -157,7 +157,7 @@ export const HTMLComponent = (props) => {
157157
d="M10.592 13.336L10.7755 13.6914L10.992 13.5796V13.336H10.592ZM7.292 15.04L7.10848 14.6846L6.892 14.7964V15.04H7.292ZM7.292 15.1H6.892V15.3436L7.10848 15.4554L7.292 15.1ZM10.592 16.804H10.992V16.5604L10.7755 16.4486L10.592 16.804ZM10.592 17.716V18.116H10.992V17.716H10.592ZM10.448 17.716L10.2576 18.0678L10.3467 18.116H10.448V17.716ZM6.212 15.424H5.812V15.6624L6.02165 15.7758L6.212 15.424ZM6.212 14.716L6.02165 14.3642L5.812 14.4776V14.716H6.212ZM10.448 12.424V12.024H10.3467L10.2576 12.0722L10.448 12.424ZM10.592 12.424H10.992V12.024H10.592V12.424ZM10.4085 12.9806L7.10848 14.6846L7.47552 15.3954L10.7755 13.6914L10.4085 12.9806ZM6.892 15.04V15.1H7.692V15.04H6.892ZM7.10848 15.4554L10.4085 17.1594L10.7755 16.4486L7.47552 14.7446L7.10848 15.4554ZM10.192 16.804V17.716H10.992V16.804H10.192ZM10.592 17.316H10.448V18.116H10.592V17.316ZM10.6384 17.3642L6.40235 15.0722L6.02165 15.7758L10.2576 18.0678L10.6384 17.3642ZM6.612 15.424V14.716H5.812V15.424H6.612ZM6.40235 15.0678L10.6384 12.7758L10.2576 12.0722L6.02165 14.3642L6.40235 15.0678ZM10.448 12.824H10.592V12.024H10.448V12.824ZM10.192 12.424V13.336H10.992V12.424H10.192ZM16.7769 9.364V8.964H16.496L16.4006 9.22825L16.7769 9.364ZM17.7849 9.364L18.1611 9.49975L18.3544 8.964H17.7849V9.364ZM13.6329 20.872V21.272H13.9138L14.0091 21.0078L13.6329 20.872ZM12.6249 20.872L12.2486 20.7362L12.0553 21.272H12.6249V20.872ZM16.7769 9.764H17.7849V8.964H16.7769V9.764ZM17.4086 9.22825L13.2566 20.7362L14.0091 21.0078L18.1611 9.49975L17.4086 9.22825ZM13.6329 20.472H12.6249V21.272H13.6329V20.472ZM13.0011 21.0078L17.1531 9.49975L16.4006 9.22825L12.2486 20.7362L13.0011 21.0078ZM19.6301 12.424L19.8204 12.0722L19.7313 12.024H19.6301V12.424ZM23.8661 14.716H24.2661V14.4776L24.0564 14.3642L23.8661 14.716ZM23.8661 15.424L24.0564 15.7758L24.2661 15.6624V15.424H23.8661ZM19.6301 17.716V18.116H19.7313L19.8204 18.0678L19.6301 17.716ZM19.4861 17.716H19.0861V18.116H19.4861V17.716ZM19.4861 16.804L19.3031 16.4483L19.0861 16.56V16.804H19.4861ZM22.7981 15.1L22.9811 15.4557L23.1981 15.344V15.1H22.7981ZM22.7981 15.04H23.1981V14.796L22.9811 14.6843L22.7981 15.04ZM19.4861 13.336H19.0861V13.58L19.3031 13.6917L19.4861 13.336ZM19.4861 12.424V12.024H19.0861V12.424H19.4861ZM19.4397 12.7758L23.6757 15.0678L24.0564 14.3642L19.8204 12.0722L19.4397 12.7758ZM23.4661 14.716V15.424H24.2661V14.716H23.4661ZM23.6757 15.0722L19.4397 17.3642L19.8204 18.0678L24.0564 15.7758L23.6757 15.0722ZM19.6301 17.316H19.4861V18.116H19.6301V17.316ZM19.8861 17.716V16.804H19.0861V17.716H19.8861ZM19.6691 17.1597L22.9811 15.4557L22.6151 14.7443L19.3031 16.4483L19.6691 17.1597ZM23.1981 15.1V15.04H22.3981V15.1H23.1981ZM22.9811 14.6843L19.6691 12.9803L19.3031 13.6917L22.6151 15.3957L22.9811 14.6843ZM19.8861 13.336V12.424H19.0861V13.336H19.8861ZM19.4861 12.824H19.6301V12.024H19.4861V12.824Z"
158158
fill="white"
159159
/>
160-
</svg>
160+
</svg> */}
161161
</Button>
162162
</div>
163163
</div>

src/pages/search/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ export class Search extends Component {
534534
{ id: 1, value: 'random' },
535535
{ id: 2, value: 'glb' },
536536
{ id: 3, value: 'music' },
537-
{ id: 4, value: 'interactive' }, // algorithimc?
537+
{ id: 4, value: 'html/svg' }, // algorithimc?
538538
{ id: 5, value: 'gif' },
539539
{ id: 6, value: 'new OBJKTs' },
540540
{ id: 7, value: 'recent sales' },
@@ -637,7 +637,7 @@ export class Search extends Component {
637637
this.setState({ feed: _.uniqBy([...this.state.feed, ...(await fetchGLB(this.state.offset))], 'creator_id') })
638638
}
639639

640-
if (e === 'interactive') {
640+
if (e === 'html/svg') {
641641
let res = await fetchInteractive(this.state.offset)
642642
res = res.filter(e => !arr.includes(e.creator_id))
643643
this.setState({ feed: _.uniqBy([...this.state.feed, ...(res)], 'creator_id') })

0 commit comments

Comments
 (0)