Added github repo link to the example page
This commit is contained in:
@ -15,4 +15,12 @@
|
||||
position: relative;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.demo .github {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 10px;
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@ -21,6 +21,9 @@ function Demo() {
|
||||
<div className="content">
|
||||
<CodeEditor></CodeEditor>
|
||||
</div>
|
||||
<div className="github">
|
||||
<a href="https://github.com/pattern-x/gemini-viewer-examples">Github repo</a>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user