Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 5s
12 lines
310 B
TypeScript
12 lines
310 B
TypeScript
export default function GiteaEmbed() {
|
|
return (
|
|
<div style={{ width: '100%', height: 'calc(100vh - 112px)', overflow: 'hidden' }}>
|
|
<iframe
|
|
src="https://git.admin.longde.cloud"
|
|
style={{ width: '100%', height: '100%', border: 'none' }}
|
|
title="Gitea"
|
|
/>
|
|
</div>
|
|
)
|
|
}
|