Skip to content

Commit

Permalink
Merge branch 'main' into varun/ndncert
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Nov 16, 2023
2 parents c64234d + 8a0b668 commit dba0a93
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function App() {
We do not guarantee Safari to work.
</Typography>
<Typography variant='body1'>
- See <a href='https://github.com/zjkmxy/ndn-workspace-solid/wiki'>Wiki</a> for help.
- See <a href='https://github.com/UCLA-IRL/ndn-workspace-solid/wiki'>Wiki</a> for help.
</Typography>
</>
)
Expand Down
2 changes: 1 addition & 1 deletion src/components/share-latex/app-tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function AppTools(props: {
<div style={{ 'flex-grow': 1 }}>
<PathBread rootPath={props.rootPath} pathIds={props.pathIds} resolveName={props.resolveName} />
</div>
<Button onClick={props.onCompile}>
<Button onClick={props.onCompile} disabled>
Compile
</Button>
</Toolbar>
Expand Down

0 comments on commit dba0a93

Please sign in to comment.