File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ const Input: FC<InputProps> = (props) => {
6868 < button
6969 type = "button"
7070 aria-label = "Clear"
71+ tabIndex = { 100 }
7172 onMouseDown = { ( ) => props . setValue ( "" ) }
7273 className = { twMerge (
7374 `absolute top-1/2 -translate-y-1/2 cursor-pointer right-2
Original file line number Diff line number Diff line change @@ -28,21 +28,15 @@ const Preview: FC<PreviewProps> = (props) => {
2828 </ a >
2929
3030 < div className = "w-[95%] h-[.8px] bg-gh-border mx-auto my-2" />
31-
3231 < div className = "mx-4 text-gh-text font-semibold my-2" > Markdown</ div >
33-
3432 < Codeblock code = { markdown } />
3533
3634 < div className = "w-[95%] h-[.8px] bg-gh-border mx-auto my-4" />
37-
3835 < div className = "mx-4 text-gh-text font-semibold my-2" > URL</ div >
39-
4036 < Codeblock code = { props . link } />
4137
4238 < div className = "w-[95%] h-[.8px] bg-gh-border mx-auto my-4" />
43-
4439 < div className = "mx-4 text-gh-text font-semibold my-2" > HTML</ div >
45-
4640 < Codeblock code = { `<img src="${ props . link } " alt="My Tech Stack" />` } />
4741 </ section >
4842 ) ;
You can’t perform that action at this time.
0 commit comments